]> git.ipfire.org Git - thirdparty/qemu.git/commit
python: temporarily silence pylint duplicate-code warnings
authorJohn Snow <jsnow@redhat.com>
Wed, 30 Mar 2022 17:28:04 +0000 (13:28 -0400)
committerJohn Snow <jsnow@redhat.com>
Thu, 21 Apr 2022 15:01:00 +0000 (11:01 -0400)
commit335e7d410ed4cdf91ac930242d9d7b8bca0746b7
tree54b6d2b1cc0ba362eb3cf7a26b4ee6d57a07df0d
parent445c9d4e3d88d7bcd51a0fae3b8f03cfbcf55f9c
python: temporarily silence pylint duplicate-code warnings

The next several commits copy some code from qemu.qmp to qemu.aqmp, then
delete qemu.qmp. In the interim, to prevent test failures, the duplicate
code detection needs to be silenced to prevent bisect problems with CI
testing.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-id: 20220330172812.3427355-2-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/setup.cfg