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

Manuel Traut manut at linutronix.de
Fri Oct 19 13:34:17 CEST 2018


On Mon, Oct 15, 2018 at 12:43:19PM +0200, Torben Hohn wrote:
> 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>

already appliead via another queue

> ---
>  .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
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel



More information about the elbe-devel mailing list