Skip to content

Commit 26ab495

Browse files
committed
Disable prettier
1 parent f2e19be commit 26ab495

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.mega-linter.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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
99
DISABLE:
1010
- C
11-
- COPYPASTE # abusive copy-pastes
12-
- SPELL # spelling mistakes
11+
- COPYPASTE # abusive copy-pastes
12+
- SPELL # spelling mistakes
1313
DISABLE_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.
2829
SHOW_ELAPSED_TIME: true
2930
FILEIO_REPORTER: false
3031
GITHUB_COMMENT_REPORTER: false
3132
UPDATED_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
3536
PYTHON_ISORT_CONFIG_FILE: pyproject.toml
3637
PYTHON_PYRIGHT_CONFIG_FILE: pyproject.toml
3738
PYTHON_RUFF_CONFIG_FILE: pyproject.toml

0 commit comments

Comments
 (0)