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,
|
||||
arguments-differ,
|
||||
attribute-defined-outside-init,
|
||||
bad-indentation,
|
||||
broad-except,
|
||||
dangerous-default-value,
|
||||
expression-not-assigned,
|
||||
fixme,
|
||||
global-statement,
|
||||
keyword-arg-before-vararg,
|
||||
literal-comparison,
|
||||
non-parent-init-called,
|
||||
not-callable,
|
||||
protected-access,
|
||||
|
Loading…
Reference in New Issue
Block a user