[elbe-devel] [PATCH v2 6/7] .pylintrc: remove required-attributed and ignore-iface-methods

Torben Hohn torben.hohn at linutronix.de
Mon Oct 15 12:43:19 CEST 2018


pylint complains about them and that make vim fail to parse the results.

----------------------------------------------------------------------
This option u'ignore-iface-methods' will be removed in Pylint 2.0
This option u'required-attributes' will be removed in Pylint 2.0
----------------------------------------------------------------------

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 .pylintrc | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.pylintrc b/.pylintrc
index 705ab2e0..21f248af 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -119,9 +119,6 @@ generated-members=REQUEST,acl_users,aq_parent
 
 [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,apply,input
 
@@ -219,10 +216,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
 
-- 
2.11.0




More information about the elbe-devel mailing list