summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorAnentropic <ego@anentropic.com>2015-11-18 12:07:22 +0000
committerAnentropic <ego@anentropic.com>2015-11-18 12:07:22 +0000
commit5b9a8c20186ab0fd80e09ca3db495840b81937de (patch)
tree5881751a6b6ac1379c2599d44a98a8d2b3010bda /pylintrc
parentead6051dd138e4c71a2012de14df9fabe879cc9b (diff)
downloadpylint-git-5b9a8c20186ab0fd80e09ca3db495840b81937de.tar.gz
error E0201 is obsolete - now E1101
--HG-- branch : remove-E0201-references
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index d245611bc..3f1c754cd 100644
--- a/pylintrc
+++ b/pylintrc
@@ -267,7 +267,7 @@ ignored-modules=
ignored-classes=SQLObject, optparse.Values
# List of members which are set dynamically and missed by pylint inference
-# system, and so shouldn't trigger E0201 when accessed. Python regular
+# system, and so shouldn't trigger E1101 when accessed. Python regular
# expressions are accepted.
generated-members=REQUEST,acl_users,aq_parent