Skip to content

Commit

Permalink
iotests/297: pylint: ignore too many statements
Browse files Browse the repository at this point in the history
Ignore two complains, which now lead to 297 failure on testenv.py and
testrunner.py.

Fixes: 2e5a2f5
Fixes: d74c754
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>
  • Loading branch information
Vladimir Sementsov-Ogievskiy authored and kevmw committed Feb 2, 2021
1 parent 1895b97 commit d0bc412
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/qemu-iotests/pylintrc
Expand Up @@ -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]

Expand Down

0 comments on commit d0bc412

Please sign in to comment.