22# Configuration file for Mega-Linter
33# See all available variables at https://oxsecurity.github.io/megalinter/configuration/ and in linters documentation
44
5- APPLY_FIXES : all # all, none, or list of linter keys
6- DEFAULT_BRANCH : run3 # Usually master or main
5+ APPLY_FIXES : all # all, none, or list of linter keys
6+ DEFAULT_BRANCH : run3 # Usually master or main
77# ENABLE: # If you use ENABLE variable, all other languages/formats/tooling-formats will be disabled by default
88# ENABLE_LINTERS: # If you use ENABLE_LINTERS variable, all other linters will be disabled by default
99DISABLE :
1010 - C
11- - COPYPASTE # abusive copy-pastes
12- - SPELL # spelling mistakes
11+ - COPYPASTE # abusive copy-pastes
12+ - SPELL # spelling mistakes
1313DISABLE_LINTERS :
1414 - BASH_EXEC
1515 - BASH_SHFMT
@@ -22,16 +22,17 @@ DISABLE_LINTERS:
2222 - REPOSITORY_KICS
2323 - REPOSITORY_SECRETLINT
2424 - REPOSITORY_TRIVY
25+ - YAML_PRETTIER
2526 - YAML_V8R
26- DISABLE_ERRORS_LINTERS : # If errors are found by these linters, they will be considered as non blocking.
27- - PYTHON_BANDIT # The bandit check is overly broad and complains about subprocess usage.
27+ DISABLE_ERRORS_LINTERS : # If errors are found by these linters, they will be considered as non blocking.
28+ - PYTHON_BANDIT # The bandit check is overly broad and complains about subprocess usage.
2829SHOW_ELAPSED_TIME : true
2930FILEIO_REPORTER : false
3031GITHUB_COMMENT_REPORTER : false
3132UPDATED_SOURCES_REPORTER : true
32- PRINT_ALPACA : false # Don't print ASCII alpaca in the log
33- PRINT_ALL_FILES : true # Print all processed files
34- FLAVOR_SUGGESTIONS : false # Don't show suggestions about different MegaLinter flavors
33+ PRINT_ALPACA : false # Don't print ASCII alpaca in the log
34+ PRINT_ALL_FILES : true # Print all processed files
35+ FLAVOR_SUGGESTIONS : false # Don't show suggestions about different MegaLinter flavors
3536PYTHON_ISORT_CONFIG_FILE : pyproject.toml
3637PYTHON_PYRIGHT_CONFIG_FILE : pyproject.toml
3738PYTHON_RUFF_CONFIG_FILE : pyproject.toml
0 commit comments