diff options
author | Martin Basti <mbasti@redhat.com> | 2016-03-17 18:40:04 +0100 |
---|---|---|
committer | Martin Basti <mbasti@redhat.com> | 2016-03-22 10:20:51 +0100 |
commit | e93e89e1ae27e4f0ef23001f6c1247c45695ae24 (patch) | |
tree | bca16c54ee36e335ccc0a83ffd15dc457b5f2d9a /pylintrc | |
parent | 491447cc5ab8c5eff2be57d609201cefb79f7053 (diff) | |
download | freeipa-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-- | pylintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ disable= fixme, global-statement, global-variable-not-assigned, - global-variable-undefined, no-init, pointless-except, pointless-statement, |