diff options
author | Martin Basti <mbasti@redhat.com> | 2015-12-17 01:00:29 +0100 |
---|---|---|
committer | Jan Cholasta <jcholast@redhat.com> | 2015-12-23 07:59:22 +0100 |
commit | ded70b6c6ea14458eef35dede5bbc276449f4fe9 (patch) | |
tree | 59d0eb2d236a188ef4f0fe9271e247346f298b86 /make-lint | |
parent | 78254a9fdd246b87c541511380ab7b6f5cca7cc1 (diff) | |
download | freeipa-ded70b6c6ea14458eef35dede5bbc276449f4fe9.tar.gz freeipa-ded70b6c6ea14458eef35dede5bbc276449f4fe9.tar.xz freeipa-ded70b6c6ea14458eef35dede5bbc276449f4fe9.zip |
Enable pylint empty-docstring check
Enables check and fixes:
************* Module ipalib.session
ipalib/session.py:671: [C0112(empty-docstring), SessionAuthManager]
Empty class docstring)
ipalib/session.py:705: [C0112(empty-docstring),
SessionAuthManager.logout] Empty method docstring)
************* Module ipalib.cli
ipalib/cli.py:364: [C0112(empty-docstring), textui.print_entry] Empty
method docstring)
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'make-lint')
-rwxr-xr-x | make-lint | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -290,7 +290,6 @@ def main(): linter.set_option('disable', 'bad-mcs-method-argument') linter.set_option('disable', 'bad-whitespace') linter.set_option('disable', 'blacklisted-name') - linter.set_option('disable', 'empty-docstring') linter.set_option('disable', 'invalid-name') linter.set_option('disable', 'line-too-long') linter.set_option('disable', 'missing-docstring') |