Skip to content

Commit 591c88c

Browse files
committed
[SPARK-12829] Turn Java style checker on
It was previously turned off because there was a problem with a pull request. We should turn it on now. Author: Reynold Xin <[email protected]> Closes #10763 from rxin/SPARK-12829.
1 parent 32cca93 commit 591c88c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/run-tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,7 @@ def main():
537537
or f.endswith("checkstyle.xml")
538538
or f.endswith("checkstyle-suppressions.xml")
539539
for f in changed_files):
540-
# run_java_style_checks()
541-
pass
540+
run_java_style_checks()
542541
if not changed_files or any(f.endswith(".py") for f in changed_files):
543542
run_python_style_checks()
544543
if not changed_files or any(f.endswith(".R") for f in changed_files):

0 commit comments

Comments
 (0)