Skip to content

Commit

Permalink
Fix lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Sep 16, 2023
1 parent d4769fb commit 9fb6bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

echo "Running buildifier"
bazel run //:buildifier -r --lint=warn "$(bazel info workspace)"
bazel run //:buildifier -- -r --lint=warn "$(bazel info workspace)"

0 comments on commit 9fb6bc2

Please sign in to comment.