2022-05-27 20:10:11 +03:00
|
|
|
# Configuration file for MegaLinter
|
2023-05-19 08:08:22 +03:00
|
|
|
# See all available variables at https://oxsecurity.github.io/megalinter/configuration/ and in linters documentation
|
2022-05-27 20:10:11 +03:00
|
|
|
|
|
|
|
APPLY_FIXES: none
|
|
|
|
ENABLE_LINTERS:
|
2023-05-19 08:08:22 +03:00
|
|
|
- YAML_YAMLLINT
|
2022-05-27 20:10:11 +03:00
|
|
|
EXCLUDED_DIRECTORIES:
|
2023-05-19 08:08:22 +03:00
|
|
|
- "vendor"
|
|
|
|
- "node_modules"
|
2022-05-27 20:10:11 +03:00
|
|
|
YAML_YAMLLINT_CONFIG_FILE: .yaml-lint.yml
|
|
|
|
LINTER_RULES_PATH: .
|
|
|
|
PRINT_ALPACA: false
|
|
|
|
GITHUB_STATUS_REPORTER: false
|
|
|
|
GITHUB_COMMENT_REPORTER: false
|
2023-05-19 08:08:22 +03:00
|
|
|
VALIDATE_ALL_CODEBASE: true
|