From 37adad2bcebb8a59c3421f9609c2eb387148be81 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Tue, 22 Jun 2010 11:48:36 +0200 Subject: [PATCH] Improve pylintrc for pylint 0.21+ While we'll need to update the source files too, at least this change makes pylint 0.21 not fail on the current source tree. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- pylintrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pylintrc b/pylintrc index 7d42070bd..809d01022 100644 --- a/pylintrc +++ b/pylintrc @@ -106,3 +106,7 @@ disable-msg-cat= # Disable the message(s) with the given id(s). disable-msg=W0511,R0922,W0201 + +# The new pylint 0.21+ style (plus the similarities checker, which is no longer +# a separate opiton, but a generic disable control) +disable=W0511,R0922,W0201,R0922,R0801,I0011 -- GitLab