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 b2dd09b commit e45232bCopy full SHA for e45232b
1 file changed
.mega-linter.yml
@@ -31,12 +31,13 @@ DISABLE_ERRORS_LINTERS:
31
- REPOSITORY_DEVSKIM
32
# kingfisher flags fake credentials in test fixtures
33
- REPOSITORY_KINGFISHER
34
+ # secretlint flags fake postgres URLs in stress_format_test.go
35
+ - REPOSITORY_SECRETLINT
36
37
FILTER_REGEX_EXCLUDE: "(test/|testdata/)"
38
JSON_JSONLINT_FILTER_REGEX_EXCLUDE: "(test/|testdata/)"
39
YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: "(test/|testdata/)"
40
YAML_PRETTIER_FILTER_REGEX_EXCLUDE: "(test/|testdata/)"
-REPOSITORY_SECRETLINT_FILTER_REGEX_EXCLUDE: "(testdata/|_test\\.go$)"
41
SHOW_ELAPSED_TIME: true
42
FLAVOR_SUGGESTIONS: false
43
REPORT_OUTPUT_FOLDER: megalinter-reports
0 commit comments