summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-21 00:56:49 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-21 00:56:49 +0300
commitcc82173edccce5db67908e0a248c7b7c8f4166f2 (patch)
tree643f369ccfd12d3cd2700b530b39f9413aef791d /pylintrc
parente5633fa2ad81df237b5a4b64a09904ae7ae3895e (diff)
downloadastroid-git-cc82173edccce5db67908e0a248c7b7c8f4166f2.tar.gz
Remove obsoleted config options.
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc21
1 files changed, 0 insertions, 21 deletions
diff --git a/pylintrc b/pylintrc
index 18e062db..5d52938f 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
@@ -62,10 +56,6 @@ reports=yes
# (RP0004).
evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
-# Add a comment according to your evaluation note. This is used by the global
-# evaluation report (RP0004).
-comment=no
-
# Template used to display messages. This is a python new-style format string
# used to format the message information. See doc for all details
#msg-template=
@@ -103,9 +93,6 @@ disable=invalid-name,protected-access,no-self-use,unused-argument,
[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
@@ -280,10 +267,6 @@ ignored-modules=
# (useful for classes with attributes dynamically set).
ignored-classes=SQLObject
-# 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.
@@ -310,10 +293,6 @@ callbacks=cb_,_cb
[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