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 7a7aa3c commit 704864bCopy full SHA for 704864b
tests/scripts/clangtidy.sh
@@ -5,6 +5,8 @@ shopt -s globstar
5
git submodule init
6
git submodule update
7
8
+clang-tidy --version
9
+
10
find library_checker_aizu_tests/ -type f -name "*.test.cpp" |
- parallel clang-tidy --config-file=.config/.clang-tidy {} -- -std=gnu++20 ||
11
+ parallel clang-tidy --config-file=.config/.clang-tidy {} -- -std=c++20 ||
12
exit 1
0 commit comments