Update .pylintrc
There are a few warnings disabled that do not generate failures any more, re-enable them by removing from .pylintrc file. TrivialFix Change-Id: I1a4fff33b0dcd3d88b4ab0c86546098c7a9cafa4
This commit is contained in:
parent
70f9dd926f
commit
1dbc373869
@ -32,14 +32,11 @@ disable=
|
|||||||
abstract-method,
|
abstract-method,
|
||||||
arguments-differ,
|
arguments-differ,
|
||||||
attribute-defined-outside-init,
|
attribute-defined-outside-init,
|
||||||
bad-indentation,
|
|
||||||
broad-except,
|
broad-except,
|
||||||
dangerous-default-value,
|
|
||||||
expression-not-assigned,
|
expression-not-assigned,
|
||||||
fixme,
|
fixme,
|
||||||
global-statement,
|
global-statement,
|
||||||
keyword-arg-before-vararg,
|
keyword-arg-before-vararg,
|
||||||
literal-comparison,
|
|
||||||
non-parent-init-called,
|
non-parent-init-called,
|
||||||
not-callable,
|
not-callable,
|
||||||
protected-access,
|
protected-access,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user