Skip to content

Commit dd023fa

Browse files
committed
vf
1 parent 8142621 commit dd023fa

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/CI-unixish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Self check
5757
run: |
58-
selfcheck_options="-q -j$(nproc) --std=c++11 --template=selfcheck --showtime=file-total -D__GNUC__ --error-exitcode=1 --inline-suppr --suppressions-list=.selfcheck_suppressions --library=gnu --inconclusive --enable=style,performance,portability,warning,missingInclude,information --exception-handling --debug-warnings --check-level=exhaustive"
58+
selfcheck_options="-q -j$(nproc) --std=c++11 --template=selfcheck --showtime=file-total -D__GNUC__ --error-exitcode=1 --inline-suppr --suppressions-list=.selfcheck_suppressions --library=gnu --inconclusive --enable=style,performance,portability,warning,missingInclude,information --exception-handling --debug-warnings --check-level=normal"
5959
cppcheck_options="-D__CPPCHECK__ -DCHECK_INTERNAL -DHAVE_RULES --library=cppcheck-lib -Ilib -Iexternals/simplecpp/ -Iexternals/tinyxml2"
6060
ec=0
6161

.selfcheck_suppressions

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ funcArgNamesDifferent:externals/tinyxml2/tinyxml2.cpp
6161
nullPointerRedundantCheck:externals/tinyxml2/tinyxml2.cpp
6262
knownConditionTrueFalse:externals/tinyxml2/tinyxml2.cpp
6363
useStlAlgorithm:externals/simplecpp/simplecpp.cpp
64+
65+
normalCheckLevelMaxBranches
66+
checkLevelNormal

0 commit comments

Comments
 (0)