summaryrefslogtreecommitdiffstats
path: root/pylintrc
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-03-17 18:40:04 +0100
committerMartin Basti <mbasti@redhat.com>2016-03-22 10:20:51 +0100
commite93e89e1ae27e4f0ef23001f6c1247c45695ae24 (patch)
treebca16c54ee36e335ccc0a83ffd15dc457b5f2d9a /pylintrc
parent491447cc5ab8c5eff2be57d609201cefb79f7053 (diff)
downloadfreeipa-e93e89e1ae27e4f0ef23001f6c1247c45695ae24.tar.gz
freeipa-e93e89e1ae27e4f0ef23001f6c1247c45695ae24.tar.xz
freeipa-e93e89e1ae27e4f0ef23001f6c1247c45695ae24.zip
Pylint: fix definition of global variables
Global variables should be defined in the outer space, not just marked as global inside functions. Removes unused global variables Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com>
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 871be6cb6..e1810ebe7 100644
--- a/pylintrc
+++ b/pylintrc
@@ -33,7 +33,6 @@ disable=
fixme,
global-statement,
global-variable-not-assigned,
- global-variable-undefined,
no-init,
pointless-except,
pointless-statement,