From 4a396dd68b1bc6cc68765f502f7e952a087064a8 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Sun, 20 Mar 2016 21:40:23 +0100 Subject: 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 Reviewed-By: Lukas Slebodnik --- pylintrc | 1 - 1 file changed, 1 deletion(-) (limited to 'pylintrc') 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, -- cgit