We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74e85b commit 09c23b3Copy full SHA for 09c23b3
build_cpp.sh
@@ -4,5 +4,5 @@ make -f generate_dependencies.make
4
make -f testing.make
5
6
cd scripts
7
-./cpp_coding_style_checker.sh
+./cpp_coding_style_checker.sh || exit 1
8
cd $cwd
0 commit comments