We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a27412 commit c6853dcCopy full SHA for c6853dc
1 file changed
createrelease
@@ -7,7 +7,12 @@
7
#
8
# check every isPremiumEnabled call:
9
# - every id should be in --errorlist
10
+# git grep 'isPremiumEnabled[(]"' | sed 's/.*isPremiumEnabled[(]"//' | sed 's/".*//' | sort | uniq > ids1.txt
11
+# ./cppcheck --errorlist | grep ' id="' | sed 's/.* id="//' | sed 's/".*//' | sort | uniq > ids2.txt
12
+# diff -y ids1.txt ids2.txt
13
# - premiumaddon: check coverage.py
14
+# python3 coverage.py --id ; sort ids-*.txt | uniq > ~/cppcheck/ids3.txt
15
+# diff -y ids2.txt ids3.txt
16
17
# Windows installer:
18
# - ensure latest build was successful
0 commit comments