mirror of
https://github.com/qemu/qemu.git
synced 2025-08-17 16:03:30 +00:00
iotests/297: pylint: ignore too many statements
Ignore two complains, which now lead to 297 failure on testenv.py and testrunner.py. Fixes:2e5a2f57db
Fixes:d74c754c92
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Message-Id: <20210129161323.615027-1-vsementsov@virtuozzo.com> Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
1895b977f9
commit
d0bc412302
@ -21,6 +21,8 @@ disable=invalid-name,
|
|||||||
unsubscriptable-object,
|
unsubscriptable-object,
|
||||||
# These are temporary, and should be removed:
|
# These are temporary, and should be removed:
|
||||||
missing-docstring,
|
missing-docstring,
|
||||||
|
too-many-return-statements,
|
||||||
|
too-many-statements
|
||||||
|
|
||||||
[FORMAT]
|
[FORMAT]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user