Skip to content
Snippets Groups Projects
Commit 4bcea1b8 authored by Shixiong Zhu's avatar Shixiong Zhu
Browse files

Revert "[SPARK-12829] Turn Java style checker on"

This reverts commit 591c88c9. `lint-java` doesn't work on a machine with a clean Maven cache.
parent a973f483
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment