Skip to content

Commit c496926

Browse files
committed
vf
1 parent e67b883 commit c496926

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.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
@@ -64,3 +64,6 @@ funcArgNamesDifferent:externals/tinyxml2/tinyxml2.cpp
6464
nullPointerRedundantCheck:externals/tinyxml2/tinyxml2.cpp
6565
knownConditionTrueFalse:externals/tinyxml2/tinyxml2.cpp
6666
useStlAlgorithm:externals/simplecpp/simplecpp.cpp
67+
68+
normalCheckLevelMaxBranches
69+
checkLevelNormal

0 commit comments

Comments
 (0)