superlint/lib/functions
Marco Ferrari 5219feefab
fix: simplify worker and linterVersions (#5123)
- Remove the SKIP_FLAG variable and check for the length of the arrays
  of files to lint directly.
- Remove the LIST_FILES variable, and use the FILE_ARRAY variable
  directly.
- Remove the corner case for RENOVATE because renovate-config-validator
  supports passing the path to the file to lint using an argument as the
  default case does.
- Remove the corner case for ANSIBLE not having 'bad' tests because it
  has them now.
- Set TF_DATA_DIR to avoid any modification to any existing Terraform
  data directory that users might have in their workspace.
- Aggregate GO_MODULES and ANSIBLE corner cases because they are the
  same.
- Remove the corner case for ANSIBLE to add a trailing slash to
  TEST_CASE_FOLDER (similar reason as the previous point about ANSIBLE
  corner case).
- Simplify log messages by removing color markers because they are
  already handled in log.sh.
- Simplify linterVersions by removing redundant checks and functions.
- Avoid printing debug logs in the versions file.
2024-01-15 19:37:45 +01:00
..
buildFileList.sh feat: validate variables and simplify lowercase (#5128) 2024-01-11 20:30:00 +00:00
detectFiles.sh feat: validate variables and simplify lowercase (#5128) 2024-01-11 20:30:00 +00:00
githubEvent.sh fix: fix GITHUB_BEFORE_SHA initalization for push (#5098) 2024-01-05 23:07:39 +01:00
linterRules.sh fix: simplify worker and linterVersions (#5123) 2024-01-15 19:37:45 +01:00
linterVersions.sh fix: simplify worker and linterVersions (#5123) 2024-01-15 19:37:45 +01:00
log.sh Lint Go modules (#4984) 2023-12-16 08:30:33 +00:00
possum.sh break out: (#990) 2020-11-12 11:27:34 -06:00
setupSSH.sh update GitHub SSH fingerprints (#4826) 2023-11-01 12:09:09 -07:00
updateSSL.sh Certs (#1470) 2021-04-26 09:00:42 -05:00
validation.sh feat: validate variables and simplify lowercase (#5128) 2024-01-11 20:30:00 +00:00
worker.sh fix: simplify worker and linterVersions (#5123) 2024-01-15 19:37:45 +01:00