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

HOTFIX for the previous hot fix.

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