Skip to content

Commit 9e70035

Browse files
committed
Fast checkers first (to fail fast).
And push line-length at the end (we don't care yet).
1 parent a0b55a3 commit 9e70035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ syntax:
188188
@msgcat *.po */*.po > /dev/null
189189

190190
.PHONY: verifs
191-
verifs: spell syntax line-length check-headers sphinx-lint
191+
verifs: syntax check-headers sphinx-lint spell line-length
192192

193193
.PHONY: clean
194194
clean:

0 commit comments

Comments
 (0)