Skip pylint refactor recommendation for generator
Change-Id: If98074bdc139eb762864421c8c5c8aa8ad34ac57
This commit is contained in:
parent
35dd9d1878
commit
2b91a34c43
@ -86,6 +86,7 @@ disable=
|
|||||||
cyclic-import,
|
cyclic-import,
|
||||||
no-name-in-module,
|
no-name-in-module,
|
||||||
bad-super-call,
|
bad-super-call,
|
||||||
|
use-a-generator,
|
||||||
# new for python3 version of pylint
|
# new for python3 version of pylint
|
||||||
consider-using-set-comprehension,
|
consider-using-set-comprehension,
|
||||||
unnecessary-pass,
|
unnecessary-pass,
|
||||||
|
Loading…
Reference in New Issue
Block a user