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>
This commit is contained in:
Martin Basti 2016-03-20 21:40:23 +01:00
parent da0318d4d7
commit 4a396dd68b

View File

@ -18,7 +18,6 @@ enable=
disable=
R,
I,
invalid-name,
import-error,
abstract-method,
anomalous-backslash-in-string,