Skip to content
Snippets Groups Projects
Commit 6ad31e79 authored by Reynold Xin's avatar Reynold Xin
Browse files

HOTFIX: Disable Java style test.

parent f496031b
No related branches found
No related tags found
No related merge requests found
......@@ -528,7 +528,7 @@ def main():
if not changed_files or any(f.endswith(".scala") for f in changed_files):
run_scala_style_checks()
if not changed_files or any(f.endswith(".java") for f in changed_files):
run_java_style_checks()
# 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):
......
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