We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67714ba commit 1774fdbCopy full SHA for 1774fdb
format.sh
@@ -25,4 +25,5 @@ find . -not -path "./third_party/**" \
25
| egrep "\.(${CLANG_FORMAT_EXTENSIONS})\$" \
26
| xargs clang-format --verbose -style=google -i
27
28
-bazel run -- @buildifier_prebuilt//:buildifier --lint=fix -r .
+bazel run -- \
29
+ @buildifier_prebuilt//:buildifier --lint=fix -r $(bazel info workspace)
0 commit comments