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.119852.1671058410593195074 for ; Wed, 14 Dec 2022 14:53:30 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=V157lEHB; 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 8E65620B87D7; Wed, 14 Dec 2022 14:53:29 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 8E65620B87D7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1671058410; bh=+vYTxPaXtcEzevocJkvR8AjU5aGRoJsH3PCcua3t9lk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=V157lEHBWXBRPGH/T/eULdbXqKXKD3rP2jXvTzWOWmnweTsFkQKdzTFNt/h0NFfNM O0EcsDXSI+/iatxSXh66yPjDXKPtM2u6sMl7SmpTWWto6GiFy/+WmW+sEtKHX7CaE+ fHrapYgOUf4rSDnhqRuYuHQOk82dwLsUeytL5rxQ= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Gerd Hoffmann Subject: [PATCH v3 08/14] ArmVirtPkg: Add new ignored spelling errors Date: Wed, 14 Dec 2022 17:52:46 -0500 Message-Id: <20221214225252.1660-9-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 The SpellCheck plugin began reporting new typos that were previously missed. This change adds the new words reported to the extended words list in ArmVirtPkg.ci.yaml. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Sami Mujawar Cc: Gerd Hoffmann Signed-off-by: Michael Kubacki Reviewed-by: Sami Mujawar --- ArmVirtPkg/ArmVirtPkg.ci.yaml | 25 ++++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yam= l index 1e799dc4e194..f22dde6d5718 100644 --- a/ArmVirtPkg/ArmVirtPkg.ci.yaml +++ b/ArmVirtPkg/ArmVirtPkg.ci.yaml @@ -101,27 +101,32 @@ "ExtendWords": [ "acpiview", "armltd", - "ssdts", - "setjump", - "plong", - "lparam", - "lpdword", - "lpthread", - "lresult", "bootable", "bsymbolic", + "cloudhv", + "devicepath", "endiannness", + "finalise", "fvmain", + "kvmtool", + "lparam", + "lpdword", + "lpthread", + "lresult", "multiboot", + "periph", + "plong", + "prefetchable", "qemu's", "ramdisk", "ramfb", + "redist", + "setjump", + "ssdts", "unbootable", "virt's", "werror", - "xenio", - "kvmtool", - "cloudhv" + "xenio" ], # words to extend to the dictionary for this packag= e "IgnoreStandardPaths": [], # Standard Plugin defined paths tha= t should be ignore "AdditionalIncludePaths": [] # Additional paths to spell check (= wildcards supported) --=20 2.28.0.windows.1