aboutsummaryrefslogtreecommitdiff
path: root/testdata/scan_no_scm/node_modules/dummy
AgeCommit message (Collapse)Author
2026-01-06all: refactoring loadConfig and scanForSCMShulhan
Previously, given the following command, $ spdxconv $path the loadConfig load the configuration from the path directory. This changes it to load the configuration from the current working directory where the tools run, not from $path directory. While for scanForSCM, previously its detect SCM from $path up to "/", now its scan from $path to current working directory only. While at it, we rename the dummySCM type to noSCM.