createrelease: when self-checking, skip shadowFunction and useStlAlgorithm

This commit is contained in:
Daniel Marjamäki 2018-12-08 07:49:57 +01:00
parent 2c5a31594c
commit b949f7eb0e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# A script for creating release packages. The release packages are create in the home directory. # A script for creating release packages. The release packages are create in the home directory.
# #
# self check: # self check:
# ./cppcheck --library=cppcheck-lib --enable=style --inconclusive --suppress=bitwiseOnBoolean cli gui/*.cpp lib # ./cppcheck --library=cppcheck-lib --enable=style --inconclusive --suppress=bitwiseOnBoolean --suppress=shadowFunction --suppress=useStlAlgorithm cli gui/*.cpp lib
# #
# Update translations # Update translations
# lupdate gui.pro # lupdate gui.pro