Skip to content

Commit b949f7e

Browse files
committed
createrelease: when self-checking, skip shadowFunction and useStlAlgorithm
1 parent 2c5a315 commit b949f7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

createrelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# A script for creating release packages. The release packages are create in the home directory.
44
#
55
# self check:
6-
# ./cppcheck --library=cppcheck-lib --enable=style --inconclusive --suppress=bitwiseOnBoolean cli gui/*.cpp lib
6+
# ./cppcheck --library=cppcheck-lib --enable=style --inconclusive --suppress=bitwiseOnBoolean --suppress=shadowFunction --suppress=useStlAlgorithm cli gui/*.cpp lib
77
#
88
# Update translations
99
# lupdate gui.pro

0 commit comments

Comments
 (0)