createrelease: when self-checking, skip shadowFunction and useStlAlgorithm
This commit is contained in:
parent
2c5a31594c
commit
b949f7eb0e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue