summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-20 17:03:14 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-20 17:03:14 +0300
commitf481f84318e414d740295959d14ebc004af30a6f (patch)
tree3aa5f36d7915bb1696fe8e7d7258431faf10a5be /pylintrc
parent4e4311ef7375d6311b30807895a7531120ee83f7 (diff)
downloadpylint-f481f84318e414d740295959d14ebc004af30a6f.tar.gz
Remove deprecated options from the configuration file.
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc17
1 files changed, 0 insertions, 17 deletions
diff --git a/pylintrc b/pylintrc
index 48b789a..28862bc 100644
--- a/pylintrc
+++ b/pylintrc
@@ -21,12 +21,6 @@ persistent=yes
# usually to register additional checkers.
load-plugins=
-# DEPRECATED
-include-ids=no
-
-# DEPRECATED
-symbols=no
-
# Use multiple processes to speed up Pylint.
jobs=1
@@ -179,9 +173,6 @@ expected-line-ending-format=
[BASIC]
-# Required attributes for module, separated by a comma
-required-attributes=
-
# List of builtins function names that should not be used, separated by a comma
bad-functions=map,filter,input
@@ -282,10 +273,6 @@ ignored-modules=
# (useful for classes with attributes dynamically set).
ignored-classes=SQLObject, optparse.Values
-# When zope mode is activated, add a predefined set of Zope acquired attributes
-# to generated-members.
-zope=no
-
# List of members which are set dynamically and missed by pylint inference
# system, and so shouldn't trigger E0201 when accessed. Python regular
# expressions are accepted.
@@ -345,10 +332,6 @@ max-public-methods=20
[CLASSES]
-# List of interface methods to ignore, separated by a comma. This is used for
-# instance to not check methods defines in Zope's Interface base class.
-ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by
-
# List of method names used to declare (i.e. assign) instance attributes.
defining-attr-methods=__init__,__new__,setUp