HOTFIX for the previous hot fix.

This commit is contained in:
Reynold Xin 2015-12-19 16:55:25 -08:00
parent 6ad31e79bf
commit 0c4d6ad873

View file

@ -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):