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.web10.118998.1671058422011004569 for ; Wed, 14 Dec 2022 14:53:42 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=WQi9f5Gh; 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 2FCD520B87D7; Wed, 14 Dec 2022 14:53:41 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 2FCD520B87D7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1671058421; bh=+a1VqjuZF/La+jIxzlgChUCpr3hDHBWbKvLBR0iaGuo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WQi9f5GhvdrDS9grZAfaZ0GnRsNmTq7iIBBaVFN0tpLdj7fhP5SU8MGhVggkRhBTR Lsv6N+KcLjzGsoFFmZDBaggSFyFupYQwgaJvfxRPHvkIoMn0cdsYhG5AkmBtYTIYgC 6K/iR4VvBXlrRcm0g/dLUWs/pqWUj5TRsPL1+ANc= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Sami Mujawar Subject: [PATCH v3 13/14] ArmPkg: Turn off spellcheck audit mode Date: Wed, 14 Dec 2022 17:52:51 -0500 Message-Id: <20221214225252.1660-14-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: Leif Lindholm Cc: Ard Biesheuvel Cc: Sami Mujawar Signed-off-by: Michael Kubacki --- ArmPkg/ArmPkg.ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ArmPkg/ArmPkg.ci.yaml b/ArmPkg/ArmPkg.ci.yaml index c8dface6821a..a304c7966cf7 100644 --- a/ArmPkg/ArmPkg.ci.yaml +++ b/ArmPkg/ArmPkg.ci.yaml @@ -87,7 +87,7 @@ =20 ## options defined .pytool/Plugin/SpellCheck "SpellCheck": { - "AuditOnly": True, + "AuditOnly": False, "IgnoreFiles": [ "Library/ArmSoftFloatLib/berkeley-softfloat-3/**" ], # use gitignore syntax to ignore er= rors @@ -148,6 +148,7 @@ "fcmplt", "ffreestanding", "frsub", + "hauser", "hisilicon", "iccabpr", "iccbpr", --=20 2.28.0.windows.1