We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d535582 commit 3e6761bCopy full SHA for 3e6761b
1 file changed
.github/workflows/selfcheck.yml
@@ -124,6 +124,7 @@ jobs:
124
# TODO: find a way to report unmatched suppressions without need to add information checks
125
- name: Self check (unusedFunction / no test / no gui)
126
run: |
127
+ supprs="--suppress=unusedFunction:lib/errorlogger.h:193 --suppress=unusedFunction:lib/importproject.cpp:1508 --suppress=unusedFunction:lib/suppressions.cpp:448"
128
./cppcheck -q --template=selfcheck --error-exitcode=1 --library=cppcheck-lib -D__CPPCHECK__ -D__GNUC__ --enable=unusedFunction,information --exception-handling -rp=. --project=cmake.output.notest_nogui/compile_commands.json --suppressions-list=.selfcheck_unused_suppressions --inline-suppr
129
env:
130
DISABLE_VALUEFLOW: 1
0 commit comments