Skip to content

Commit b5f9096

Browse files
committed
createrelease: additional self checking before release
1 parent 02d927f commit b5f9096

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

createrelease

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
# - ensure cfg files etc are included (win_installer/cppcheck.wxs)
88
#
99
# 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
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 --suppress=functionConst --suppress=functionStatic -q lib
11+
#
12+
# check --bug-hunting output:
13+
# ./cppcheck -D__CPPCHECK__ --bug-hunting lib
1114
#
1215
# Update translations
1316
# lupdate gui.pro

0 commit comments

Comments
 (0)