We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6c548 commit c90fd5cCopy full SHA for c90fd5c
1 file changed
tests/scripts/grep_clangformat_cppcheck.sh
@@ -26,9 +26,6 @@ grep "ssize" --recursive ../library/ && exit 1
26
echo "check vi instead of vector<int>"
27
grep "vector<int>" --recursive ../library/**/*.hpp && exit 1
28
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
-
32
echo "check begin(arr) instead of arr.begin(), similarly for end, rbegin, rend, empty, size:"
33
# TODO: remove this define filter if/when we move to -std=c++20
34
grep --invert-match --fixed-strings "#define" --recursive ../library/ library_checker_aizu_tests/ |
0 commit comments