We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b49a5 commit 4e38aceCopy full SHA for 4e38ace
tests/scripts/grep_clangformat_cppcheck.sh
@@ -13,9 +13,6 @@ grep "endl" --recursive library_checker_aizu_tests/ && exit 1
13
echo "check template<class T> over template<typename T>:"
14
grep --extended-regexp "template\s?<typename" --recursive ../library/ && exit 1
15
16
-echo "check 1 instead of true"
17
-grep "true" --recursive ../library/ && exit 1
18
-
19
echo "check ll instead of long long or int64_t"
20
grep "long long" --recursive ../library/ && exit 1
21
grep "int64_t" --recursive ../library/**/*.hpp | grep "uint64_t" --invert-match && exit 1
0 commit comments