From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.119860.1671058424544427675 for ; Wed, 14 Dec 2022 14:53:44 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=Rk0UrVOg; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 8ECB020B87D7; Wed, 14 Dec 2022 14:53:43 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 8ECB020B87D7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1671058424; bh=+z+y/xCZiwyMhmNyQqsLEIcemp0YpHBPcN8qS1L904w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Rk0UrVOgK4D67QIcND6/PpudvagbEgS8Yjj22yJdKkfc0YelF51bRtE6U8+kF5HR6 BzQZc484e4dDhF3eEH86Hb5lDCfv1uwI3bmTHTwgViS7si3deSTrsoz1SAZgq8AfJy PCE1jvdIHTCmP37gF9syJNjNIkLUpY+B2FcZb6CA= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Gerd Hoffmann Subject: [PATCH v3 14/14] ArmVirtPkg: Turn off spellcheck audit mode Date: Wed, 14 Dec 2022 17:52:52 -0500 Message-Id: <20221214225252.1660-15-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20221214225252.1660-1-mikuback@linux.microsoft.com> References: <20221214225252.1660-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki Audit mode was enabled for the spellcheck CI plugin. It is no longer needed with recent changes. Spelling errors can be checked in the package moving forward. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Sami Mujawar Cc: Gerd Hoffmann Signed-off-by: Michael Kubacki --- ArmVirtPkg/ArmVirtPkg.ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yam= l index f22dde6d5718..e905e0e6a449 100644 --- a/ArmVirtPkg/ArmVirtPkg.ci.yaml +++ b/ArmVirtPkg/ArmVirtPkg.ci.yaml @@ -96,7 +96,7 @@ =20 ## options defined .pytool/Plugin/SpellCheck "SpellCheck": { - "AuditOnly": True, + "AuditOnly": False, "IgnoreFiles": [], # use gitignore syntax to ignore er= rors in matching files "ExtendWords": [ "acpiview", --=20 2.28.0.windows.1