createrelease: in self check, --inline-suppr should be used
This commit is contained in:
parent
e1ea2ee37d
commit
c7262cde2d
|
@ -7,7 +7,7 @@
|
||||||
# - ensure cfg files etc are included (win_installer/cppcheck.wxs)
|
# - ensure cfg files etc are included (win_installer/cppcheck.wxs)
|
||||||
#
|
#
|
||||||
# self check:
|
# self check:
|
||||||
# ./cppcheck -D__CPPCHECK__ --library=cppcheck-lib --enable=style --inconclusive --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 lib
|
||||||
#
|
#
|
||||||
# Update translations
|
# Update translations
|
||||||
# lupdate gui.pro
|
# lupdate gui.pro
|
||||||
|
|
Loading…
Reference in New Issue