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.
canonicalize
before-submit.sh
1 parent 5bc9ce1 commit a01486bCopy full SHA for a01486b
bant/frontend/BUILD
@@ -126,7 +126,7 @@ cc_library(
126
"//bant/util:stat",
127
"@abseil-cpp//absl/container:flat_hash_map",
128
"@abseil-cpp//absl/log:check",
129
- "@abseil-cpp//absl/status:status",
+ "@abseil-cpp//absl/status",
130
"@re2",
131
],
132
)
scripts/before-submit.sh
@@ -7,6 +7,7 @@ BAZEL=${BAZEL:-bazel}
7
# last time to fix our own files.
8
"$BAZEL" build -c opt bant:bant > /dev/null 2>&1
9
. <(bazel-bin/bant/bant dwyu ...)
10
+. <(bazel-bin/bant/bant canonicalize ...)
11
12
set -e
13
0 commit comments