createrelease: additional self checking before release

This commit is contained in:
Daniel Marjamäki 2020-12-04 21:36:17 +01:00
parent 02d927f0f9
commit b5f909604b
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@
# - ensure cfg files etc are included (win_installer/cppcheck.wxs)
#
# self check, fix critical issues:
# ./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
#
# check --bug-hunting output:
# ./cppcheck -D__CPPCHECK__ --bug-hunting lib
#
# Update translations
# lupdate gui.pro