We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132aca1 commit b6c20b8Copy full SHA for b6c20b8
tools/format.sh
@@ -51,7 +51,7 @@ fi
51
if which "$BUILDIFIER" >/dev/null; then
52
echo "Running $BUILDIFIER"
53
"$BUILDIFIER" $($FIND -name WORKSPACE -print -o -name BUILD -print -o \
54
- -name '*.bzl' -print)
+ -name '*.BUILD' -o -name '*.bzl' -print)
55
else
56
echo "Can't find buildifier. It can be installed with:"
57
echo " go get github.com/bazelbuild/buildtools/buildifier"
0 commit comments