Skip to content

Commit

Permalink
remove nodoc pylint disables
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Aug 17, 2021
1 parent 552bf5a commit 43b1516
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions template/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ SPHINX_DOC := doc
include Makefile.base

clean:
rm -rf Makefile.base pylintrc{% if nodoc is defined and nodoc %}

PYLINT_ARGS := $(PYLINT_ARGS) --disable=missing-docstring{% endif %}
rm -rf Makefile.base pylintrc
2 changes: 0 additions & 2 deletions test_expected/test_nodoc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ include Makefile.base

clean:
rm -rf Makefile.base pylintrc

PYLINT_ARGS := $(PYLINT_ARGS) --disable=missing-docstring
2 changes: 0 additions & 2 deletions test_expected/test_nodoc_nomain/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ include Makefile.base

clean:
rm -rf Makefile.base pylintrc

PYLINT_ARGS := $(PYLINT_ARGS) --disable=missing-docstring

0 comments on commit 43b1516

Please sign in to comment.