summaryrefslogtreecommitdiffstats
path: root/make-lint
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-12-16 23:32:39 +0100
committerJan Cholasta <jcholast@redhat.com>2015-12-23 07:59:22 +0100
commit89e16a8053293eac2ab0fcff9ea073a18b453381 (patch)
tree6bfa6c6cd081de01501dec5044eaace29b92949e /make-lint
parentfb3eab7ec74ccae7b45a608fe40a6ab4d4093488 (diff)
downloadfreeipa-89e16a8053293eac2ab0fcff9ea073a18b453381.tar.gz
freeipa-89e16a8053293eac2ab0fcff9ea073a18b453381.tar.xz
freeipa-89e16a8053293eac2ab0fcff9ea073a18b453381.zip
Enable pylint duplicated-key check
Enables check and fixes: ipatests/test_xmlrpc/test_permission_plugin.py:65: [W0109(duplicate-key), ] Duplicate key 'ipapermlocation' in dictionary) Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'make-lint')
-rwxr-xr-xmake-lint1
1 files changed, 0 insertions, 1 deletions
diff --git a/make-lint b/make-lint
index f8cf3214a..165a0dd34 100755
--- a/make-lint
+++ b/make-lint
@@ -256,7 +256,6 @@ def main():
linter.set_option('disable', 'bare-except')
linter.set_option('disable', 'broad-except')
linter.set_option('disable', 'dangerous-default-value')
- linter.set_option('disable', 'duplicate-key')
linter.set_option('disable', 'eval-used')
linter.set_option('disable', 'exec-used')
linter.set_option('disable', 'expression-not-assigned')