superlint/lib/functions
DanEmord 3dc85fc3bc
Allow ansible-lint with git diffs (#1554)
* 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>
2021-05-12 09:59:31 -05:00
..
buildFileList.sh Allow ansible-lint with git diffs (#1554) 2021-05-12 09:59:31 -05:00
detectFiles.sh Install, configure, and run jscpd. Add missing tests (#1032) 2021-01-27 20:47:34 +01:00
linterRules.sh break out: (#990) 2020-11-12 11:27:34 -06:00
linterVersions.sh Implement a test suite with InSpec (#1466) 2021-04-30 11:29:15 -05:00
log.sh adding fixes (#1516) 2021-05-04 11:33:21 -05:00
possum.sh break out: (#990) 2020-11-12 11:27:34 -06:00
updateSSL.sh Certs (#1470) 2021-04-26 09:00:42 -05:00
validation.sh Ignore files that are ignored by Git (#1185) 2021-02-18 12:15:50 -06:00
worker.sh remove tap and tests (#1496) 2021-04-30 12:46:24 -05:00