You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by zs...@apache.org on 2016/01/19 01:27:52 UTC

spark git commit: Revert "[SPARK-12829] Turn Java style checker on"

Repository: spark
Updated Branches:
  refs/heads/master a973f483f -> 4bcea1b85


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.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4bcea1b8
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4bcea1b8
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4bcea1b8

Branch: refs/heads/master
Commit: 4bcea1b8595424678aa6c92d66ba08c92e0fefe5
Parents: a973f48
Author: Shixiong Zhu <sh...@databricks.com>
Authored: Mon Jan 18 16:26:52 2016 -0800
Committer: Shixiong Zhu <sh...@databricks.com>
Committed: Mon Jan 18 16:26:52 2016 -0800

----------------------------------------------------------------------
 dev/run-tests.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/4bcea1b8/dev/run-tests.py
----------------------------------------------------------------------
diff --git a/dev/run-tests.py b/dev/run-tests.py
index 5b71789..8f47728 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):


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org