Skip to content

Commit

Permalink
Update .selfcheck_unused_suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Jul 2, 2024
1 parent 19ec98f commit 056f4e0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .selfcheck_unused_suppressions
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
# we are not using all methods of their interfaces
unusedFunction:externals/*/*

# TODO: fix these
# false positive - # 10660
unusedFunction:gui/mainwindow.cpp
unusedFunction:gui/resultstree.cpp
unusedFunction:gui/codeeditor.*
# usage is disabled
unusedFunction:lib/symboldatabase.cpp
# false positive - #10661
unusedFunction:oss-fuzz/main.cpp

# Q_OBJECT functions which are not called in our code
unusedFunction:cmake.output.notest/gui/cppcheck-gui_autogen/*/moc_aboutdialog.cpp
unusedFunction:cmake.output.notest/gui/cppcheck-gui_autogen/*/moc_aboutdialog.cpp

0 comments on commit 056f4e0

Please sign in to comment.