From b5f909604b5363841f44a437db6e77ce11c06735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 4 Dec 2020 21:36:17 +0100 Subject: [PATCH] createrelease: additional self checking before release --- createrelease | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/createrelease b/createrelease index 3786bddc5..4a07b0286 100755 --- a/createrelease +++ b/createrelease @@ -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