Repository: spark Updated Branches: refs/heads/master 32cca9335 -> 591c88c9e
[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. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/591c88c9 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/591c88c9 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/591c88c9 Branch: refs/heads/master Commit: 591c88c9e2a6c2e2ca84f1b66c635f198a16d112 Parents: 32cca93 Author: Reynold Xin <[email protected]> Authored: Thu Jan 14 21:02:18 2016 -0800 Committer: Reynold Xin <[email protected]> Committed: Thu Jan 14 21:02:18 2016 -0800 ---------------------------------------------------------------------- dev/run-tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/591c88c9/dev/run-tests.py ---------------------------------------------------------------------- diff --git a/dev/run-tests.py b/dev/run-tests.py index 795db0d..c1646c7 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): --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
