From d1398db74bd194dcda9b57d0292c0012bd21cb83 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Thu, 20 Aug 2015 17:03:14 +0300 Subject: [PATCH] Remove deprecated options from the configuration file. --- pylintrc | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pylintrc b/pylintrc index 48b789ab6..28862bcad 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