We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422f8e5 commit 757c77fCopy full SHA for 757c77f
tests/scripts/check_format_lint.sh
@@ -36,7 +36,7 @@ find ../library/ library_checker_aizu_tests/ -name "*[A-Z]*" -or -name "*-*" |
36
grep --invert-match "README" &&
37
exit 1
38
39
-clang-format-19 --dry-run --Werror --style=file:.config/.clang-format library_checker_aizu_tests/**/*.hpp ../library/**/*.hpp ../library/**/*.cpp || exit 1
+clang-format-19 --dry-run --Werror --style=file:.config/.clang-format library_checker_aizu_tests/**/*.hpp library_checker_aizu_tests/**/*.test.cpp ../library/**/*.hpp ../library/**/*.cpp || exit 1
40
41
git submodule init
42
git submodule update
0 commit comments