aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdev/run-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/run-tests.py b/dev/run-tests.py
index 20d493ca8b..2d4e04c468 100755
--- a/dev/run-tests.py
+++ b/dev/run-tests.py
@@ -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):