From nobody Thu Nov 13 23:27:32 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1583358021; cv=none; d=zohomail.com; s=zohoarc; b=MaKets2VUfR/8GTi1A9bxqA9KZgO5E9gMb3CzJq//OVnkDPmUGfj9FB5ADJUu3bgZ4sOQK5Qn/aWFRE+ZTPHvVsoMjF7udHsE8TM3pIGfqR8iIMBZUMlig/FsO7aSmh2fTdZyaffE3tj3eS6iNH6rSlMiAxBmD8M/g9RlnDjG4o= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1583358021; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=S0We64aQWj81gfK4BjbGVkVQfRzyf3QTE+z185OEnM4=; b=NMMgtt0flhnB7Xej3PdGupPbv3kwgqf6D2RCuEIYaTJWP/R/9OqorIsZnHhW2wpw0EzWnpLZfj1p1i9WSdchpl0iedOrNRTislIn7TblnqrozwCzYr4pqPwfKT74w4cr2zIIXxR0fGh24RaLWYZMmCxEFziQ9zAMusxv3Gpn+N0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1583358021411862.6689836155705; Wed, 4 Mar 2020 13:40:21 -0800 (PST) Received: from localhost ([::1]:40086 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9bka-000090-5E for importer@patchew.org; Wed, 04 Mar 2020 16:40:20 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52199) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9biq-0006HT-JX for qemu-devel@nongnu.org; Wed, 04 Mar 2020 16:38:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9bip-0007b6-JL for qemu-devel@nongnu.org; Wed, 04 Mar 2020 16:38:32 -0500 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:45012 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j9bip-0007an-F9 for qemu-devel@nongnu.org; Wed, 04 Mar 2020 16:38:31 -0500 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-30-GY5z_azIMPW3YTluL-2sKQ-1; Wed, 04 Mar 2020 16:38:27 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 41EA41005513; Wed, 4 Mar 2020 21:38:26 +0000 (UTC) Received: from probe.redhat.com (ovpn-120-212.rdu2.redhat.com [10.10.120.212]) by smtp.corp.redhat.com (Postfix) with ESMTP id 219795C1D4; Wed, 4 Mar 2020 21:38:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1583357911; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=S0We64aQWj81gfK4BjbGVkVQfRzyf3QTE+z185OEnM4=; b=RAn1tqiFfPlxkVlEAwE3phBttjNF6ZjjpmzQhcdPbnjAMgntJa1A/KgeQqf5cWa55vSdbD UUZ7kgEp2h/mjzFe8Q2RpQkX+04E0svJFk1Ciszre5L3lq46hNw0G9uhBjFAAlpoIZ82YM UmGLLWmcMWJwtb3ZrFJu+A361KTU1Hc= X-MC-Unique: GY5z_azIMPW3YTluL-2sKQ-1 From: John Snow To: qemu-devel@nongnu.org Subject: [PATCH v7 05/10] iotests: add pylintrc file Date: Wed, 4 Mar 2020 16:38:13 -0500 Message-Id: <20200304213818.15341-6-jsnow@redhat.com> In-Reply-To: <20200304213818.15341-1-jsnow@redhat.com> References: <20200304213818.15341-1-jsnow@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 205.139.110.120 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kevin Wolf , qemu-block@nongnu.org, armbru@redhat.com, Max Reitz , John Snow , philmd@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" This allows others to get repeatable results with pylint. If you run `pylint iotests.py`, you should see a 100% pass. Signed-off-by: John Snow --- tests/qemu-iotests/pylintrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/qemu-iotests/pylintrc diff --git a/tests/qemu-iotests/pylintrc b/tests/qemu-iotests/pylintrc new file mode 100644 index 0000000000..8720b6a0de --- /dev/null +++ b/tests/qemu-iotests/pylintrc @@ -0,0 +1,22 @@ +[MESSAGES CONTROL] + +# Disable the message, report, category or checker with the given id(s). Y= ou +# can either give multiple identifiers separated by comma (,) or put this +# option multiple times (only on the command line, not in the configuration +# file where it should appear only once). You can also use "--disable=3Dal= l" to +# disable everything first and then reenable specific checks. For example,= if +# you want to run only the similarities checker, you can use "--disable=3D= all +# --enable=3Dsimilarities". If you want to run only the classes checker, b= ut have +# no Warning level messages displayed, use "--disable=3Dall --enable=3Dcla= sses +# --disable=3DW". +disable=3Dinvalid-name, + no-else-return, + too-many-lines, + too-few-public-methods, + too-many-arguments, + too-many-locals, + too-many-branches, + too-many-public-methods, + # These are temporary, and should be removed: + missing-docstring, + line-too-long, --=20 2.21.1