Skip to content

Commit f777960

Browse files
authored
uncommented lines in format.sh
1 parent 49a8848 commit f777960

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

scripts/format.sh

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ section "Buildifier"
1414
echo " buildifier" >&2
1515
bazel run //:buildifier
1616

17-
# section "Java"
18-
# echo " google-java-format" >&2
19-
# find "$PWD/java" -type f -name '*.java' | xargs "$GOOGLE_JAVA_FORMAT" --replace
20-
21-
# section "Javascript"
22-
# echo " javascript/node/selenium-webdriver - prettier" >&2
23-
# NODE_WEBDRIVER="${WORKSPACE_ROOT}/javascript/node/selenium-webdriver"
24-
# bazel run //javascript:prettier -- "${NODE_WEBDRIVER}" --write "${NODE_WEBDRIVER}/.prettierrc"
25-
26-
# section "Ruby"
27-
# echo " rubocop" >&2
28-
# bazel run //rb:lint
29-
30-
# section "Rust"
31-
# echo " rustfmt" >&2
32-
# bazel run @rules_rust//:rustfmt
17+
section "Java"
18+
echo " google-java-format" >&2
19+
find "$PWD/java" -type f -name '*.java' | xargs "$GOOGLE_JAVA_FORMAT" --replace
20+
21+
section "Javascript"
22+
echo " javascript/node/selenium-webdriver - prettier" >&2
23+
NODE_WEBDRIVER="${WORKSPACE_ROOT}/javascript/node/selenium-webdriver"
24+
bazel run //javascript:prettier -- "${NODE_WEBDRIVER}" --write "${NODE_WEBDRIVER}/.prettierrc"
25+
26+
section "Ruby"
27+
echo " rubocop" >&2
28+
bazel run //rb:lint
29+
30+
section "Rust"
31+
echo " rustfmt" >&2
32+
bazel run @rules_rust//:rustfmt
3333

3434
# TODO: use bazel target when rules_python supports formatting
3535
section "Python"

0 commit comments

Comments
 (0)