Skip to content

Commit c90fd5c

Browse files
committed
remove chec
1 parent 3c6c548 commit c90fd5c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/scripts/grep_clangformat_cppcheck.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ grep "ssize" --recursive ../library/ && exit 1
2626
echo "check vi instead of vector<int>"
2727
grep "vector<int>" --recursive ../library/**/*.hpp && exit 1
2828

29-
echo "check no basic_string, excluding @code example inits"
30-
grep "[[:space:]]*//\!" --recursive --invert-match ../library/**/*.hpp library_checker_aizu_tests/**/*.test.cpp | grep "basic_string" && exit 1
31-
3229
echo "check begin(arr) instead of arr.begin(), similarly for end, rbegin, rend, empty, size:"
3330
# TODO: remove this define filter if/when we move to -std=c++20
3431
grep --invert-match --fixed-strings "#define" --recursive ../library/ library_checker_aizu_tests/ |

0 commit comments

Comments
 (0)