We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12440fa commit 0541ebbCopy full SHA for 0541ebb
dev/run-tests
@@ -71,7 +71,12 @@ dev/check-license
71
echo "========================================================================="
72
echo "Running Scala style checks"
73
74
-dev/scalastyle
+dev/lint-scala
75
+
76
+echo "========================================================================="
77
+echo "Running Python style checks"
78
79
+dev/lint-python
80
81
82
echo "Running Spark unit tests"
0 commit comments