Skip to content

Commit e9f0722

Browse files
committed
Expand Megalinter ignored files
1 parent 378260f commit e9f0722

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.mega-linter.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@ CLEAR_REPORT_FOLDER: true
2525
VALIDATE_ALL_CODEBASE: true
2626
IGNORE_GITIGNORED_FILES: true
2727
FAIL_IF_MISSING_LINTER_IN_FLAVOR: true
28-
FILTER_REGEX_EXCLUDE: "(.*/?packages/.*)" # Ignore packages directories
28+
FILTER_REGEX_EXCLUDE: "(.*cassette.*\\.ya?ml)" # Ignore recorded cassette.yaml files
29+
ADDITIONAL_EXCLUDED_DIRECTORIES:
30+
- .pytest_cache
31+
- .ruff_cache
32+
- .tox
33+
- .venv
34+
- megalinter-reports
35+
- newrelic.egg-info
36+
- newrelic/packages
2937

3038
ENABLE_LINTERS: # If you use ENABLE_LINTERS variable, all other linters will be disabled by default
3139
- ACTION_ACTIONLINT

0 commit comments

Comments
 (0)