mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
iotests/297: pylint: ignore too many statements
Ignore two complains, which now lead to 297 failure on testenv.py and testrunner.py. Fixes:2e5a2f57dbFixes:d74c754c92Signed-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:
committed by
Kevin Wolf
parent
1895b977f9
commit
d0bc412302
@@ -21,6 +21,8 @@ disable=invalid-name,
|
||||
unsubscriptable-object,
|
||||
# These are temporary, and should be removed:
|
||||
missing-docstring,
|
||||
too-many-return-statements,
|
||||
too-many-statements
|
||||
|
||||
[FORMAT]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user