We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd6c74 commit 74dbd4dCopy full SHA for 74dbd4d
tests/scripts/greps_clangformat_cppcheck.sh
@@ -21,7 +21,7 @@ grep "false" --recursive ../library/ && exit 1
21
22
echo "check ll instead of long long or int64_t"
23
grep "long long" --recursive ../library/ && exit 1
24
-grep "int64_t" --recursive ../library/ && exit 1
+grep "int64_t" --recursive ../library/**/*.hpp | grep "uint64_t" --invert-match && exit 1
25
26
echo "check pii instead of pair<int, int>"
27
grep "pair<int, int>" --recursive ../library/ && exit 1
0 commit comments