This is a comprehensive list of current pylint exclusions that
don't actually appear in the code.
Change-Id: Ifaeb4c9d3ed7cf2f85a35555004c830559ba2d2b
expression-not-assigned,
fixme,
global-statement,
- global-variable-not-assigned,
no-init,
non-parent-init-called,
not-callable,
bad-continuation,
invalid-name,
missing-docstring,
- old-style-class,
superfluous-parens,
# "R" Refactor recommendations
abstract-class-little-used,