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 caf0b43 commit 1d821d1Copy full SHA for 1d821d1
.mega-linter.yml
@@ -13,17 +13,6 @@ APPLY_FIXES: all
13
DISABLE_LINTERS:
14
- SPELL_CSPELL # Disabled as per original config
15
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
27
# Report configuration
28
SARIF_REPORTER: true
29
TEXT_REPORTER: true
0 commit comments