Skip to content

Commit 4e38ace

Browse files
committed
fix script
1 parent e2b49a5 commit 4e38ace

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/scripts/grep_clangformat_cppcheck.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ grep "endl" --recursive library_checker_aizu_tests/ && exit 1
1313
echo "check template<class T> over template<typename T>:"
1414
grep --extended-regexp "template\s?<typename" --recursive ../library/ && exit 1
1515

16-
echo "check 1 instead of true"
17-
grep "true" --recursive ../library/ && exit 1
18-
1916
echo "check ll instead of long long or int64_t"
2017
grep "long long" --recursive ../library/ && exit 1
2118
grep "int64_t" --recursive ../library/**/*.hpp | grep "uint64_t" --invert-match && exit 1

0 commit comments

Comments
 (0)