Skip to content

Commit

Permalink
Makefile: Add doclinter target
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed May 29, 2019
1 parent e80f88a commit 984d2f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 984d2f4

Please sign in to comment.