]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
iotests/pylintrc: allow up to 10 similar lines
authorVladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Tue, 30 Apr 2024 09:08:06 +0000 (12:08 +0300)
committerVladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Tue, 28 May 2024 12:52:15 +0000 (15:52 +0300)
We want to have similar QMP objects in different tests. Reworking these
objects to make common parts by calling some helper functions doesn't
seem good. It's a lot more comfortable to see the whole QAPI request in
one place.

So, let's increase the limit, to unblock further commit
"iotests: add backup-discard-source"

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
tests/qemu-iotests/pylintrc

index de2e0c2781e152f3ef70cafdf4bc8bc8e48c2bef..05b75ee59bf5b54e99c5805438e0fab383ac8c20 100644 (file)
@@ -55,4 +55,4 @@ max-line-length=79
 
 [SIMILARITIES]
 
-min-similarity-lines=6
+min-similarity-lines=10