Check docstrings.
This commit is contained in:
parent
7cc5b24352
commit
49251669f3
1 changed files with 9 additions and 0 deletions
9
Makefile
9
Makefile
|
@ -62,6 +62,15 @@ check:
|
|||
check-pofiles -v
|
||||
py-tabdaddy
|
||||
py-unittest2-compat tests/
|
||||
$(MAKE) doccheck
|
||||
$(MAKE) pyflakes
|
||||
|
||||
doccheck:
|
||||
py-check-docstrings --force \
|
||||
dosagelib/*.py \
|
||||
dosagelib/plugins/*.py \
|
||||
dosage \
|
||||
*.py
|
||||
|
||||
.PHONY: pyflakes
|
||||
pyflakes:
|
||||
|
|
Loading…
Reference in a new issue