Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ead62815 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "releasetools: Remove deprecated pylint options."

am: 3694e104

Change-Id: I87a9d6b07dc281bacc99e2935f0835958c3d67b5
parents cb8136d0 3694e104
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -144,9 +144,6 @@ notes=FIXME,XXX,TODO

[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

@@ -357,10 +354,6 @@ int-import-graph=

[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