Skip to content

Commit 4843cc2

Browse files
committed
Createrelease: Add self check at the end where stylistic issues can be fixed.
1 parent 6171e55 commit 4843cc2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

createrelease

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
@@ -68,6 +68,10 @@
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
7377
tag=$1

0 commit comments

Comments
 (0)