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 dacbd34 commit f8bfb32Copy full SHA for f8bfb32
.mega-linter.yml
@@ -10,12 +10,13 @@ ENABLE:
10
- YAML
11
DISABLE_LINTERS:
12
- CPP_CPPLINT
13
+ - JSON_V8R
14
+ - REPOSITORY_CHECKOV
15
- REPOSITORY_DEVSKIM
16
- REPOSITORY_GITLEAKS
17
- REPOSITORY_KICS
18
- REPOSITORY_SEMGREP
19
- SPELL_CSPELL
- - JSON_V8R
20
DISABLE_ERRORS_LINTERS:
21
- MARKDOWN_MARKDOWN_LINK_CHECK
22
- SPELL_PROSELINT
@@ -27,4 +28,3 @@ PRINT_ALPACA: false
27
28
SHOW_SKIPPED_LINTERS: false
29
REPOSITORY_GOODCHECK_RULES_PATH: .github/linters
30
JSON_JSONLINT_ARGUMENTS: --mode cjson
-EXCLUDED_DIRECTORIES: [testdata]
0 commit comments