superlint/test
Marco Ferrari d2d73347d3
chore: split validation logic in smaller functions (#5892)
- Move USE_FIND_ALGORITHM and VALIDATE_ALL_CODEBASE validation in a
  dedicated function (ValidateFindMode).
- Move ANSIBLE_DIRECTORY validation to a dedicated function
  (ValidateAnsibleDirectory).
- Move VALIDATE_xxxx variables validation to a dedicated function
  (ValidateValidationVariables).
- Mark ANY_SET, ANY_TRUE, ANY_FALSE as local because we don't need to
  reference them anywhere outside ValidateValidationVariables.
- Add some debug statements in validation functions.
- Merge the loops to initialize VALIDATE_xxx variables and to print
  enable/disable language debug messages.
- Add tests for these validation functions.
- Add test start message for all tests.
2024-07-16 08:22:45 +00:00
..
data feat: write github actions step summary (#5867) 2024-07-11 08:01:11 +00:00
inspec/super-linter chore: bump alpine image to 3.20 and php to 8.3.x (#5863) 2024-07-15 09:52:42 +00:00
lib chore: split validation logic in smaller functions (#5892) 2024-07-16 08:22:45 +00:00
linters chore: fix linting errors (#5843) 2024-07-05 10:18:22 +02:00
run-super-linter-tests.sh feat: write github actions step summary (#5867) 2024-07-11 08:01:11 +00:00
validate-docker-labels.sh Validate container image labels (#4926) 2023-12-07 14:18:47 +00:00