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,
|
||||
fixme,
|
||||
global-statement,
|
||||
global-variable-not-assigned,
|
||||
no-init,
|
||||
non-parent-init-called,
|
||||
not-callable,
|
||||
@ -54,7 +53,6 @@ disable=
|
||||
bad-continuation,
|
||||
invalid-name,
|
||||
missing-docstring,
|
||||
old-style-class,
|
||||
superfluous-parens,
|
||||
# "R" Refactor recommendations
|
||||
abstract-class-little-used,
|
||||
|
Loading…
Reference in New Issue
Block a user