We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d927f commit b5f9096Copy full SHA for b5f9096
1 file changed
createrelease
@@ -7,7 +7,10 @@
7
# - ensure cfg files etc are included (win_installer/cppcheck.wxs)
8
#
9
# self check, fix critical issues:
10
-# ./cppcheck -D__CPPCHECK__ --library=cppcheck-lib --enable=style --inconclusive --inline-suppr --suppress=bitwiseOnBoolean --suppress=shadowFunction --suppress=useStlAlgorithm --suppress=*:externals/picojson.h cli gui/*.cpp lib
+# ./cppcheck -D__CPPCHECK__ --library=cppcheck-lib --enable=style --inconclusive --inline-suppr --suppress=bitwiseOnBoolean --suppress=shadowFunction --suppress=useStlAlgorithm --suppress=*:externals/picojson.h cli gui/*.cpp --suppress=functionConst --suppress=functionStatic -q lib
11
+#
12
+# check --bug-hunting output:
13
+# ./cppcheck -D__CPPCHECK__ --bug-hunting lib
14
15
# Update translations
16
# lupdate gui.pro
0 commit comments