Skip to content

Commit

Permalink
[rb] Add linter to RBE
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Mar 15, 2024
1 parent 8f8bf8e commit 2e41589
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ section "Java"
echo " google-java-format" >&2
find "$PWD/java" -type f -name '*.java' | xargs "$GOOGLE_JAVA_FORMAT" --replace

section "Ruby"
echo " rubocop" >&2
bazel run //rb:lint

section "Rust"
echo " rustfmt" >&2
bazel run @rules_rust//:rustfmt
Expand Down

0 comments on commit 2e41589

Please sign in to comment.