]> git.ipfire.org Git - thirdparty/qemu.git/commit
iotests: split linters.py out from 297
authorJohn Snow <jsnow@redhat.com>
Tue, 19 Oct 2021 14:49:14 +0000 (10:49 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 1 Nov 2021 15:54:59 +0000 (11:54 -0400)
commitc293ba55c52ce07e03919e61e4a17d2cc2c944d4
tree1ad72eba3319e3c39ae030f404dcdc64cb7ad880
parent85cfec53d0b43182a14f8b5c3aa685955a852f1c
iotests: split linters.py out from 297

Now, 297 is just the iotests-specific incantations and linters.py is as
minimal as I can think to make it. The only remaining element in here
that ought to be configuration and not code is the list of skip files,
but they're still numerous enough that repeating them for mypy and
pylint configurations both would be ... a hassle.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Hanna Reitz <hreitz@redhat.com>
Message-id: 20211019144918.3159078-12-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
tests/qemu-iotests/297
tests/qemu-iotests/linters.py [new file with mode: 0644]