superlint/lib/functions
Marco Ferrari c99ec7784a
fix: don't skip processing ansible_directory pwd (#5790)
Don't skip processing the current item (FILE) before we give
BuildFileArrays the chance to process it as an item to eventually add to
the list of directories to lint with ansible-lint.

Fix #5789

Other related changes

- Add a new make target to open a shell in a Super-linter container.
- Use a fixed path for FILE_ARRAYS_DIRECTORY_PATH so we can verify its
  contents in tests
- Remove redundant ValidateBooleanVariable in buildFileList because we
  already check those variables in valudation.
- Move Ansible directory detection to a function so we can reuse it.
- Add missing exports for global configuration variables.
- Remove unused LOG_XXXX variables from tests. These should have been
  deleted when we moved log variables to log.sh
2024-06-19 16:58:11 +00:00
..
buildFileList.sh fix: don't skip processing ansible_directory pwd (#5790) 2024-06-19 16:58:11 +00:00
detectFiles.sh fix: don't skip processing ansible_directory pwd (#5790) 2024-06-19 16:58:11 +00:00
githubEvent.sh feat: automatically set the default branch (#5242) 2024-02-08 08:41:07 +00:00
linterCommands.sh feat: support arbitrary shellcheck config paths (#5571) 2024-04-25 19:47:55 +00:00
linterRules.sh chore: simplify error code checks (#5131) 2024-01-30 08:48:24 +01:00
log.sh fix: respect log level when writing to the log (#5546) 2024-04-20 09:18:14 +00:00
possum.sh break out: (#990) 2020-11-12 11:27:34 -06:00
setupSSH.sh feat: enable shell error checks (#5126) 2024-02-20 19:05:39 +00:00
updateSSL.sh feat: enable shell error checks (#5126) 2024-02-20 19:05:39 +00:00
validation.sh fix: don't skip processing ansible_directory pwd (#5790) 2024-06-19 16:58:11 +00:00
worker.sh feat: show error output when info is disabled (#5251) 2024-02-10 10:16:31 +01:00