Skip to content

Commit e60e7a7

Browse files
authored
Sort linters (#446)
1 parent ed36eb2 commit e60e7a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mega-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ DISABLE_LINTERS:
1414
- BASH_EXEC
1515
- BASH_SHFMT
1616
- JSON_PRETTIER
17-
- YAML_V8R
18-
- YAML_PRETTIER
1917
- REPOSITORY_DEVSKIM
2018
- REPOSITORY_KICS
2119
- REPOSITORY_SECRETLINT
2220
- REPOSITORY_TRIVY
21+
- YAML_PRETTIER
22+
- YAML_V8R
2323
DISABLE_ERRORS_LINTERS: # If errors are found by these linters, they will be considered as non blocking.
2424
- PYTHON_BANDIT # The bandit check is overly broad and complains about subprocess usage.
2525
SHOW_ELAPSED_TIME: true

0 commit comments

Comments
 (0)