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 #