Skip to content

Commit 233cf9e

Browse files
committed
Adjust spellcheck Makefile target
1 parent 9f7f123 commit 233cf9e

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
@@ -116,7 +116,7 @@ progress:
116116

117117
.PHONY: spellcheck
118118
spellcheck:
119-
$(PYTHON) scripts/check_spelling.py $(filter-out $@, $(MAKECMDGOALS))
119+
$(PYTHON) scripts/check_spelling.py --print-errors $(filter-out $@, $(MAKECMDGOALS))
120120

121121
.PHONY: lint
122122
lint:

0 commit comments

Comments
 (0)