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
commit23964f3ed528b42b289b7a0fa9d14f03affe1e68 (patch)
tree775f9ed93f1f4704b03785133f308affb1ffac29 /pylintrc
parent82d8b837b9f7559ea2dbe3090939d70d91dc5ab8 (diff)
downloadpylint-23964f3ed528b42b289b7a0fa9d14f03affe1e68.tar.gz
error E0201 is obsolete - now E1101remove-E0201-references
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index d245611..3f1c754 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