forked from OCSInventory-NG/OCSInventory-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mega-linter.yml
14 lines (13 loc) · 881 Bytes
/
.mega-linter.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
DEFAULT_BRANCH: master # Usually master or main
# ENABLE: # If you use ENABLE variable, all other languages/formats/tooling-formats will be disabled by default
# ENABLE_LINTERS: # If you use ENABLE_LINTERS variable, all other linters will be disabled by default
DISABLE_LINTERS: SPELL_CSPELL,BASH_SHELLCHECK,YAML_V8R,JSON_V8R,SPELL_MISSPELL,REPOSITORY_CHECKOV,REPOSITORY_DEVSKIM
DISABLE:
- COPYPASTE # Comment to disable checks of abusive copy-pastes
# - SPELL # Uncomment to enable checks of spelling mistakes # - SPELL # Uncomment to disable checks of spelling mistakes
SHOW_ELAPSED_TIME: true
FILEIO_REPORTER: false
PERL_PERLCRITIC_FILTER_REGEX_EXCLUDE: "binutils/"