Skip to content

Commit f8bfb32

Browse files
committed
fix: update .mega-linter.yml to disable REPOSITORY_CHECKOV linter
1 parent dacbd34 commit f8bfb32

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
@@ -10,12 +10,13 @@ ENABLE:
1010
- YAML
1111
DISABLE_LINTERS:
1212
- CPP_CPPLINT
13+
- JSON_V8R
14+
- REPOSITORY_CHECKOV
1315
- REPOSITORY_DEVSKIM
1416
- REPOSITORY_GITLEAKS
1517
- REPOSITORY_KICS
1618
- REPOSITORY_SEMGREP
1719
- SPELL_CSPELL
18-
- JSON_V8R
1920
DISABLE_ERRORS_LINTERS:
2021
- MARKDOWN_MARKDOWN_LINK_CHECK
2122
- SPELL_PROSELINT
@@ -27,4 +28,3 @@ PRINT_ALPACA: false
2728
SHOW_SKIPPED_LINTERS: false
2829
REPOSITORY_GOODCHECK_RULES_PATH: .github/linters
2930
JSON_JSONLINT_ARGUMENTS: --mode cjson
30-
EXCLUDED_DIRECTORIES: [testdata]

0 commit comments

Comments
 (0)