From 944df79d93f1d10457cd0828b78004f359e51f3d Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Fri, 15 Oct 2010 17:00:22 +0000 Subject: pylintrc: adjust to config format change (disable-msg -> disable) --- diff --git a/scripts/data/pylintrc b/scripts/data/pylintrc index ee47fc7..4a73565 100644 --- a/scripts/data/pylintrc +++ b/scripts/data/pylintrc @@ -51,12 +51,12 @@ load-plugins= disable-msg-cat=RI # Enable the message(s) with the given id(s). -#enable-msg= +#enable= # Disable the message(s) with the given id(s). # FIXME # W0105 reported on doc string for toplevel module variables -disable-msg=C0111,C0103,C0302,W0511,W0233,W0231,W0142,W0613,W0703,W0603,W0105 +disable=C0111,C0103,C0302,W0511,W0233,W0231,W0142,W0613,W0703,W0603,W0105 [REPORTS] -- cgit v0.9.1