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.
before-submit.sh
1 parent 70a17c1 commit c2f0c19Copy full SHA for c2f0c19
scripts/before-submit.sh
@@ -0,0 +1,13 @@
1
+#!/usr/bin/env bash
2
+#
3
+# Good to run before each submit to catch or repair issues.
4
+
5
+cd $(dirname $0)/..
6
7
+set -e
8
9
+. <(scripts/run-build-cleaner.sh ...) # auto-repair issues
10
+scripts/run-clang-format.sh
11
+bazel test -c opt ...
12
+scripts/make-compilation-db.sh
13
+sh scripts/run-clang-tidy-cached.cc
0 commit comments