From a9c26c73e62f6efbbcd9169286897ee012348c22 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 19 Sep 2008 14:49:14 +0000 Subject: Work around false positive --- (limited to 'scripts/data') diff --git a/scripts/data/pylintrc b/scripts/data/pylintrc index 2f96923..16ab620 100644 --- a/scripts/data/pylintrc +++ b/scripts/data/pylintrc @@ -53,7 +53,9 @@ disable-msg-cat=refactor,information #enable-msg= # Disable the message(s) with the given id(s). -disable-msg=C0111,C0103,C0302,W0511,W0233,W0231,W0142,W0613,W0703,W0603 +# FIXME +# W0105 reported on doc string for toplevel module variables +disable-msg=C0111,C0103,C0302,W0511,W0233,W0231,W0142,W0613,W0703,W0603,W0105 [REPORTS] -- cgit v0.9.1