From 6294215651af62b38468fa26f943d7554ec9bdc4 Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Thu, 14 Jan 2016 18:45:06 -0800 Subject: [PATCH] [SPARK-12829] Turn Java style checker on --- dev/run-tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/run-tests.py b/dev/run-tests.py index 795db0dcfbab..c1646c77f1e5 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):