Skip to content

Commit 0dccff8

Browse files
committed
turn off doc8 validation in check makefile command
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent e119e71 commit 0dccff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ check:
108108
@${ACTIVATE} about check ./data/
109109
@${ACTIVATE} about check ./dje/
110110
@${ACTIVATE} about check ./dejacode_toolkit/
111-
@$(MAKE) doc8
111+
# @$(MAKE) doc8
112112

113113
check-deploy:
114114
@echo "-> Check Django deployment settings"

0 commit comments

Comments
 (0)