Skip to content

Commit 0541ebb

Browse files
committed
[SPARK-2627] call Python linter from run-tests
1 parent 12440fa commit 0541ebb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dev/run-tests

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,12 @@ dev/check-license
7171
echo "========================================================================="
7272
echo "Running Scala style checks"
7373
echo "========================================================================="
74-
dev/scalastyle
74+
dev/lint-scala
75+
76+
echo "========================================================================="
77+
echo "Running Python style checks"
78+
echo "========================================================================="
79+
dev/lint-python
7580

7681
echo "========================================================================="
7782
echo "Running Spark unit tests"

0 commit comments

Comments
 (0)