Skip to content

Commit 0a10b48

Browse files
committed
Set additional options in megalinter
1 parent ad6d7e9 commit 0a10b48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.mega-linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ DEFAULT_BRANCH: main # Usually master or main
66
SHOW_ELAPSED_TIME: true
77
FILEIO_REPORTER: false
88
PRINT_ALPACA: false
9+
CLEAR_REPORT_FOLDER: true
910
VALIDATE_ALL_CODEBASE: true
1011
IGNORE_GITIGNORED_FILES: true
12+
FAIL_IF_MISSING_LINTER_IN_FLAVOR: true
1113
FILTER_REGEX_EXCLUDE: "(.*/?packages/.*)" # Ignore packages directories
1214

1315
ENABLE_LINTERS: # If you use ENABLE_LINTERS variable, all other linters will be disabled by default

0 commit comments

Comments
 (0)