-
Notifications
You must be signed in to change notification settings - Fork 6
/
.mega-linter.yml
29 lines (28 loc) · 1.02 KB
/
.mega-linter.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
# Configuration file for Mega-Linter
# See all available variables at https://oxsecurity.github.io/megalinter/configuration/ and in linters documentation
APPLY_FIXES: all # all, none, or list of linter keys
ENABLE: # If you use ENABLE variable, all other languages/formats/tooling-formats will be disabled by default
- ACTION
- BASH
- CPP
- MARKDOWN
- SPELL
- YAML
# ENABLE_LINTERS: # If you use ENABLE_LINTERS variable, all other linters will be disabled by default
# DISABLE:
DISABLE_LINTERS:
- BASH_EXEC
- BASH_SHFMT
- SPELL_CSPELL
- YAML_V8R
- YAML_PRETTIER
# DISABLE_ERRORS_LINTERS: # If errors are found by these linters, they will be considered as non blocking.
MARKDOWN_MARKDOWNLINT_DISABLE_ERRORS: false
SHOW_ELAPSED_TIME: true
FILEIO_REPORTER: false
GITHUB_COMMENT_REPORTER: false
UPDATED_SOURCES_REPORTER: false
PRINT_ALPACA: false # Don't print ASCII alpaca in the log
PRINT_ALL_FILES: true # Print all processed files
FLAVOR_SUGGESTIONS: false # Don't show suggestions about different MegaLinter flavors