Skip to content

Commit

Permalink
Don't allow methods with missing docstrings
Browse files Browse the repository at this point in the history
There don't seem to be any.

Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed May 8, 2018
1 parent 4c3d340 commit 005fc93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -25,7 +25,6 @@ pylint:
--disable=duplicate-code \
--argument-rgx="[a-z_][a-z0-9_]{1,30}" \
--exclude-protected=_libudev \
--no-docstring-rgx=_.* \
--variable-rgx="[a-z_][a-z0-9_]{1,30}" \
--msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}"

Expand Down

0 comments on commit 005fc93

Please sign in to comment.