Skip to content

Commit d8d6cfe

Browse files
committed
chore(template): sync with ahmadnassri/template-action-docker
1 parent 6fb0229 commit d8d6cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/linters/.mega-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SHOW_ELAPSED_TIME: true
2121
FLAVOR_SUGGESTIONS: false
2222
VALIDATE_ALL_CODEBASE: false
2323
IGNORE_GENERATED_FILES: true
24-
FILTER_REGEX_EXCLUDE: (dist/*|README.md|test/fixtures/*|vendor/*|/schemas/*|coverage/*|.nyc_output/*)
24+
FILTER_REGEX_EXCLUDE: (dist/*|README.md|vendor/*|/schemas/*|test/fixtures/*)
2525

2626
MARKDOWN_MARKDOWNLINT_CONFIG_FILE: .markdown-lint.yml
27-
REPOSITORY_CHECKOV_ARGUMENTS: [--skip-path, schemas]
27+
REPOSITORY_CHECKOV_ARGUMENTS: [--skip-path, schemas, --skip-path, test/fixtures]

0 commit comments

Comments
 (0)