From faafd93b891e4d716497b5dece9ade24a70cb3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 11 Dec 2023 16:27:54 +0100 Subject: [PATCH] createrelease: get_checkers.py should be executed before a release [ci skip] (#5750) --- createrelease | 3 +++ 1 file changed, 3 insertions(+) diff --git a/createrelease b/createrelease index a2de51afd..96f09cb66 100755 --- a/createrelease +++ b/createrelease @@ -13,6 +13,9 @@ # make clean && make CXXFLAGS=-O2 MATCHCOMPILER=yes -j4 # ./cppcheck -D__CPPCHECK__ -D__GNUC__ -DCHECK_INTERNAL -DHAVE_RULES --std=c++11 --library=cppcheck-lib --library=qt --enable=style --inconclusive --inline-suppr --suppress=bitwiseOnBoolean --suppress=shadowFunction --suppress=useStlAlgorithm --suppress=*:externals/picojson.h --suppress=functionConst --suppress=functionStatic --xml cli gui/*.cpp lib 2> selfcheck.xml # +# Generate lib/checkers.cpp (TODO the premium checkers should not be statically coded) +# cd ~/cppchecksolutions/cppcheck && python3 tools/get_checkers.py > lib/checkers.cpp +# # Update translations # lupdate gui.pro #