mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
3dc85fc3bc
* Allow ansible-lint with git diffs super-linter checks the path of the file in lib/functions/detectFiles.sh to determine whether the file is an ansible playbook. When VALIDATE_ALL_CODEBASE=true, a list of absolute paths is generated which matches the expected path but when VALIDATE_ALL_CODEBASE=false, a list of relative paths is generated so no files are "detected" as ansible playbooks. This change outputs everything as an absolute path so diffs will also work. * fix quotes * Include eval to interpret pipe in cmd substitution * more quotes Co-authored-by: Admiral Awkbar <admiralawkbar@github.com> |
||
---|---|---|
.. | ||
buildFileList.sh | ||
detectFiles.sh | ||
linterRules.sh | ||
linterVersions.sh | ||
log.sh | ||
possum.sh | ||
updateSSL.sh | ||
validation.sh | ||
worker.sh |