Skip to content

Commit 1d821d1

Browse files
update megalinter config
1 parent caf0b43 commit 1d821d1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.mega-linter.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,6 @@ APPLY_FIXES: all
1313
DISABLE_LINTERS:
1414
- SPELL_CSPELL # Disabled as per original config
1515

16-
# C/C++ specific settings
17-
CLANG_FORMAT_ARGUMENTS: "--style=file"
18-
19-
# Cppcheck configuration
20-
CPPCHECK_FILE_EXTENSIONS:
21-
- .c
22-
- .h
23-
24-
CPPCHECK_FILTER_REGEX_INCLUDE: "(source/)"
25-
CPPCHECK_FILTER_REGEX_EXCLUDE: "(tests/|build/)"
26-
2716
# Report configuration
2817
SARIF_REPORTER: true
2918
TEXT_REPORTER: true

0 commit comments

Comments
 (0)