We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dbd4d commit 47b537bCopy full SHA for 47b537b
tests/scripts/greps_clangformat_cppcheck.sh
@@ -24,7 +24,7 @@ grep "long long" --recursive ../library/ && exit 1
24
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
+grep "pair<int, int>" --recursive ../library/**/*.hpp && exit 1
28
29
echo "check sz instead of ssize"
30
grep "ssize" --recursive ../library/ && exit 1
0 commit comments