Makefile: Add doclinter target

This commit is contained in:
Takeshi KOMIYA 2019-05-30 01:07:03 +09:00
parent e80f88ac62
commit 984d2f4b22

View File

@ -59,6 +59,10 @@ style-check:
type-check:
mypy sphinx
.PHONY: doclinter
doclinter:
python utils/doclinter.py CHANGES *.rst doc/
.PHONY: pylint
pylint:
@pylint --rcfile utils/pylintrc sphinx