Skip to content

Commit

Permalink
[SPARK-12829] Turn Java style checker on
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Jan 15, 2016
1 parent cc7af86 commit 6294215
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,7 @@ def main():
or f.endswith("checkstyle.xml")
or f.endswith("checkstyle-suppressions.xml")
for f in changed_files):
# run_java_style_checks()
pass
run_java_style_checks()
if not changed_files or any(f.endswith(".py") for f in changed_files):
run_python_style_checks()
if not changed_files or any(f.endswith(".R") for f in changed_files):
Expand Down

0 comments on commit 6294215

Please sign in to comment.