From nobody Thu Nov 13 22:02:57 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=1582762093; cv=none; d=zohomail.com; s=zohoarc; b=hI9er2BpPvpbrb7riwy+f6JSRpMWtf4GBSLTs7ftcsaHCgXqlPWciEX675jkDDbHCZwN8cxyeboFOMkTup6QzLVPi/i2mknIwp+sp3+8swRWIPOtJVX+SF001wydw7eo4v0GDbvltsd7163YnLcqINazAYoLAeA5LP8QGcVHaWk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1582762093; 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=F2/TLEFNAnR/6w7FDslSwzZinHAthOw8JkWxuNg8xwY=; b=e0LV0IdaGSbcK6SXfXMj2GStQDglIwYQ7gEAs2VHNNiZftEBVHn1mroOPmmNzTAgyB7ADvrI7hXPliHNJCUPOrdrvQgQZLCZGQXzQYCogiUeLJozPfFQatPQnhpcJbLvRkv9GANgkGXpZzpoyBWbvmKYGJGmAqqo0x8+eLd9yNE= 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 1582762093411606.0860101526582; Wed, 26 Feb 2020 16:08:13 -0800 (PST) Received: from localhost ([::1]:51958 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j76iq-0007Mt-4x for importer@patchew.org; Wed, 26 Feb 2020 19:08:12 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43616) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j76hn-0005SD-DT for qemu-devel@nongnu.org; Wed, 26 Feb 2020 19:07:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j76hm-0006Xm-C6 for qemu-devel@nongnu.org; Wed, 26 Feb 2020 19:07:07 -0500 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:21851 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j76hm-00069l-7Y for qemu-devel@nongnu.org; Wed, 26 Feb 2020 19:07:06 -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-287-VMiw1pFgN9W-VOmcYnoqNw-1; Wed, 26 Feb 2020 19:06:51 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 95FE918FF661; Thu, 27 Feb 2020 00:06:50 +0000 (UTC) Received: from probe.redhat.com (ovpn-123-58.rdu2.redhat.com [10.10.123.58]) by smtp.corp.redhat.com (Postfix) with ESMTP id 17963390; Thu, 27 Feb 2020 00:06:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582762017; 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=F2/TLEFNAnR/6w7FDslSwzZinHAthOw8JkWxuNg8xwY=; b=CDxs1mCzJDl2iWWht0/T9y/PgM6RW8RuryXxtizXeLsrWyUxMJsWAGPRYUOp+LejJS9Nfz 6VWdDR6Q5M16guw8/nXyj2ngwiVmXssHjlLgdOQSrAXLrVrKS14Xe1IqzreOMdAubikZnQ /gAWSQau7Ig83ZKfIDNWme4vQ6+elZk= X-MC-Unique: VMiw1pFgN9W-VOmcYnoqNw-1 From: John Snow To: qemu-devel@nongnu.org Subject: [PATCH v6 9/9] iotests: add pylintrc file Date: Wed, 26 Feb 2020 19:06:39 -0500 Message-Id: <20200227000639.9644-10-jsnow@redhat.com> In-Reply-To: <20200227000639.9644-1-jsnow@redhat.com> References: <20200227000639.9644-1-jsnow@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 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] [fuzzy] X-Received-From: 207.211.31.81 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 , John Snow , qemu-block@nongnu.org, Max Reitz 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" Repeatable results. run `pylint iotests.py` and you should get a pass. Signed-off-by: John Snow --- tests/qemu-iotests/pylintrc | 20 ++++++++++++++++++++ 1 file changed, 20 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..feed506f75 --- /dev/null +++ b/tests/qemu-iotests/pylintrc @@ -0,0 +1,20 @@ +[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, + missing-docstring, + line-too-long, + too-many-lines, + too-few-public-methods, + too-many-arguments, + too-many-locals, + too-many-branches, + too-many-public-methods, \ No newline at end of file --=20 2.21.1