Skip to content

Commit 2e41589

Browse files
committed
[rb] Add linter to RBE
1 parent 8f8bf8e commit 2e41589

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/format.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ section "Java"
1616
echo " google-java-format" >&2
1717
find "$PWD/java" -type f -name '*.java' | xargs "$GOOGLE_JAVA_FORMAT" --replace
1818

19+
section "Ruby"
20+
echo " rubocop" >&2
21+
bazel run //rb:lint
22+
1923
section "Rust"
2024
echo " rustfmt" >&2
2125
bazel run @rules_rust//:rustfmt

0 commit comments

Comments
 (0)