Remove 'free' exclusions from pylint
This is a comprehensive list of current pylint exclusions that don't actually appear in the code. Change-Id: Ifaeb4c9d3ed7cf2f85a35555004c830559ba2d2b
This commit is contained in:
parent
829f60bd8e
commit
f512253569
@ -35,7 +35,6 @@ disable=
|
|||||||
expression-not-assigned,
|
expression-not-assigned,
|
||||||
fixme,
|
fixme,
|
||||||
global-statement,
|
global-statement,
|
||||||
global-variable-not-assigned,
|
|
||||||
no-init,
|
no-init,
|
||||||
non-parent-init-called,
|
non-parent-init-called,
|
||||||
not-callable,
|
not-callable,
|
||||||
@ -54,7 +53,6 @@ disable=
|
|||||||
bad-continuation,
|
bad-continuation,
|
||||||
invalid-name,
|
invalid-name,
|
||||||
missing-docstring,
|
missing-docstring,
|
||||||
old-style-class,
|
|
||||||
superfluous-parens,
|
superfluous-parens,
|
||||||
# "R" Refactor recommendations
|
# "R" Refactor recommendations
|
||||||
abstract-class-little-used,
|
abstract-class-little-used,
|
||||||
|
Loading…
Reference in New Issue
Block a user