We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcd874 commit 959bfb1Copy full SHA for 959bfb1
createrelease
@@ -12,6 +12,10 @@
12
# create jira issue "CI: update cppcheck binary"
13
# cd ~/cppchecksolutions/addon/tools && python3 ci-update-cppcheck.py
14
#
15
+# update mappings..
16
+# cd ~/cppchecksolutions/addon/coverage
17
+# CPPCHECK_REPO=~/cppchecksolutions/cppcheck python3 coverage.py --code
18
+#
19
# check every isPremiumEnabled call: TODO write helper script
20
# - every id should be in --errorlist
21
# git grep 'isPremiumEnabled[(]"' | sed 's/.*isPremiumEnabled[(]"//' | sed 's/".*//' | sort | uniq > ids1.txt
0 commit comments