зеркало из https://github.com/Azure/ARO-RP.git
15 строки
569 B
YAML
15 строки
569 B
YAML
# Configuration file for MegaLinter
|
|
# See all available variables at https://megalinter.github.io/configuration/ and in linters documentation
|
|
|
|
APPLY_FIXES: none
|
|
# ENABLE: # If you use ENABLE variable, all other languages/formats/tooling formats will be disabled by default
|
|
ENABLE_LINTERS:
|
|
- YAML_YAMLLINT # If you use ENABLE_LINTERS variable, all other linters will be disabled by default
|
|
EXCLUDED_DIRECTORIES:
|
|
- vendor
|
|
YAML_YAMLLINT_CONFIG_FILE: .yaml-lint.yml
|
|
LINTER_RULES_PATH: .
|
|
PRINT_ALPACA: false
|
|
GITHUB_STATUS_REPORTER: false
|
|
GITHUB_COMMENT_REPORTER: false
|