зеркало из https://github.com/Azure/ARO-RP.git
16 строки
432 B
YAML
16 строки
432 B
YAML
# Configuration file for MegaLinter
|
|
# See all available variables at https://oxsecurity.github.io/megalinter/configuration/ and in linters documentation
|
|
|
|
APPLY_FIXES: none
|
|
ENABLE_LINTERS:
|
|
- YAML_YAMLLINT
|
|
EXCLUDED_DIRECTORIES:
|
|
- "vendor"
|
|
- "node_modules"
|
|
YAML_YAMLLINT_CONFIG_FILE: .yaml-lint.yml
|
|
LINTER_RULES_PATH: .
|
|
PRINT_ALPACA: false
|
|
GITHUB_STATUS_REPORTER: false
|
|
GITHUB_COMMENT_REPORTER: false
|
|
VALIDATE_ALL_CODEBASE: true
|