aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests.py
diff options
context:
space:
mode:
authorShixiong Zhu <shixiong@databricks.com>2016-01-18 16:26:52 -0800
committerShixiong Zhu <shixiong@databricks.com>2016-01-18 16:26:52 -0800
commit4bcea1b8595424678aa6c92d66ba08c92e0fefe5 (patch)
tree9791490d4c4527f03a17bb112a1333bfe9ddbf43 /dev/run-tests.py
parenta973f483f6b819ed4ecac27ff5c064ea13a8dd71 (diff)
downloadspark-4bcea1b8595424678aa6c92d66ba08c92e0fefe5.tar.gz
spark-4bcea1b8595424678aa6c92d66ba08c92e0fefe5.tar.bz2
spark-4bcea1b8595424678aa6c92d66ba08c92e0fefe5.zip
Revert "[SPARK-12829] Turn Java style checker on"
This reverts commit 591c88c9e2a6c2e2ca84f1b66c635f198a16d112. `lint-java` doesn't work on a machine with a clean Maven cache.
Diffstat (limited to 'dev/run-tests.py')
-rwxr-xr-xdev/run-tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/run-tests.py b/dev/run-tests.py
index 5b71789510..8f47728f20 100755
--- a/dev/run-tests.py
+++ b/dev/run-tests.py
@@ -538,7 +538,8 @@ def main():
or f.endswith("checkstyle.xml")
or f.endswith("checkstyle-suppressions.xml")
for f in changed_files):
- run_java_style_checks()
+ # run_java_style_checks()
+ pass
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):