pylint: Temporarily disable W0201
authorIustin Pop <iustin@google.com>
Tue, 29 Dec 2009 17:58:25 +0000 (18:58 +0100)
committerIustin Pop <iustin@google.com>
Mon, 4 Jan 2010 09:17:30 +0000 (10:17 +0100)
commit460bb584ea969efb4fc81fd583fb14f80875d045
treefbdf9e0cdaef6e3affb57b44cab6d661a9a895d9
parent16bef0452c3121d346adf150dc408960b7a75efc
pylint: Temporarily disable W0201

There seems to be a bug in pylint relating to W0201 (“Attribute '%r'
defined outside __init__”) being re-enabled by simple comments and not
being able to be disabled again.

Until that is fixed, we disable this warning.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier Tharan <olive@google.com>
pylintrc