Skip to content

Commit

Permalink
SIO-1845 Removed the deprecated attributes from .pylintrc
Browse files Browse the repository at this point in the history
Change-Id: Ia998f2ae7aa20f853ae84294d5b0b5723948f68d
  • Loading branch information
marmistrz authored and Gerrit Code Review committed Nov 16, 2016
1 parent 21aecb0 commit 2201feb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ indent-string=' '

[BASIC]

required-attributes=
bad-functions=apply,input
module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
Expand Down Expand Up @@ -128,7 +127,6 @@ int-import-graph=

[CLASSES]

ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by
defining-attr-methods=__init__,__new__,setUp
valid-classmethod-first-arg=cls
valid-metaclass-classmethod-first-arg=mcs
Expand Down

0 comments on commit 2201feb

Please sign in to comment.