summaryrefslogtreecommitdiffstats
path: root/pylintrc
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-03-20 21:40:23 +0100
committerMartin Basti <mbasti@redhat.com>2016-03-22 10:20:51 +0100
commit4a396dd68b1bc6cc68765f502f7e952a087064a8 (patch)
treeb7830c7e40a49eb80dd379e505768a6c224eb6b9 /pylintrc
parentda0318d4d7dd369be136449e686b6fb46d0cc5d8 (diff)
downloadfreeipa-4a396dd68b1bc6cc68765f502f7e952a087064a8.tar.gz
freeipa-4a396dd68b1bc6cc68765f502f7e952a087064a8.tar.xz
freeipa-4a396dd68b1bc6cc68765f502f7e952a087064a8.zip
Pylint: enable invalid-name check
This check can be enabled, there is no errors in current code, and it should stay in that way. 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 00304e51e..424d76249 100644
--- a/pylintrc
+++ b/pylintrc
@@ -18,7 +18,6 @@ enable=
disable=
R,
I,
- invalid-name,
import-error,
abstract-method,
anomalous-backslash-in-string,