aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-01-14 21:02:18 -0800
committerReynold Xin <rxin@databricks.com>2016-01-14 21:02:18 -0800
commit591c88c9e2a6c2e2ca84f1b66c635f198a16d112 (patch)
tree4b7cf31911b8bbd66724e90df20864c72975fc77
parent32cca933546b4aaf0fc040b9cfd1a5968171b423 (diff)
downloadspark-591c88c9e2a6c2e2ca84f1b66c635f198a16d112.tar.gz
spark-591c88c9e2a6c2e2ca84f1b66c635f198a16d112.tar.bz2
spark-591c88c9e2a6c2e2ca84f1b66c635f198a16d112.zip
[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 <rxin@databricks.com> Closes #10763 from rxin/SPARK-12829.
-rwxr-xr-xdev/run-tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev/run-tests.py b/dev/run-tests.py
index 795db0dcfb..c1646c77f1 100755
--- a/dev/run-tests.py
+++ b/dev/run-tests.py
@@ -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):