From 4843cc22e0b6c4c271a2a52315d0437a9d97bc59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 3 Oct 2020 09:32:43 +0200 Subject: [PATCH] Createrelease: Add self check at the end where stylistic issues can be fixed. --- createrelease | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/createrelease b/createrelease index b4b7bac3b..7b80ed113 100755 --- a/createrelease +++ b/createrelease @@ -6,7 +6,7 @@ # - ensure latest build was successful # - ensure cfg files etc are included (win_installer/cppcheck.wxs) # -# self check: +# 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 # # Update translations @@ -68,6 +68,10 @@ # run daca with new release # 1. edit tools/donate-cpu-server.py. Update OLD_VERSION and VERSION # 2. scp tools/donate-cpu-server.py danielmarjamaki@cppcheck1.osuosl.org:/var/daca@home/ +# +# self check, fix stylistic 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 + # Tag to use tag=$1