File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# - ensure latest build was successful
77# - ensure cfg files etc are included (win_installer/cppcheck.wxs)
88#
9- # self check:
9+ # self check, fix critical issues :
1010# ./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
1111#
1212# Update translations
6868# run daca with new release
6969# 1. edit tools/donate-cpu-server.py. Update OLD_VERSION and VERSION
7070# 2. scp tools/donate-cpu-server.py danielmarjamaki@cppcheck1.osuosl.org:/var/daca@home/
71+ #
72+ # self check, fix stylistic issues:
73+ # ./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
74+
7175
7276# Tag to use
7377tag=$1
You can’t perform that action at this time.
0 commit comments