We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed36eb2 commit e60e7a7Copy full SHA for e60e7a7
.mega-linter.yml
@@ -14,12 +14,12 @@ DISABLE_LINTERS:
14
- BASH_EXEC
15
- BASH_SHFMT
16
- JSON_PRETTIER
17
- - YAML_V8R
18
- - YAML_PRETTIER
19
- REPOSITORY_DEVSKIM
20
- REPOSITORY_KICS
21
- REPOSITORY_SECRETLINT
22
- REPOSITORY_TRIVY
+ - YAML_PRETTIER
+ - YAML_V8R
23
DISABLE_ERRORS_LINTERS: # If errors are found by these linters, they will be considered as non blocking.
24
- PYTHON_BANDIT # The bandit check is overly broad and complains about subprocess usage.
25
SHOW_ELAPSED_TIME: true
0 commit comments