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.web09.9336.1652803283955899425 for ; Tue, 17 May 2022 09:01:24 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=bMalfAG8; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 36A5120F7229; Tue, 17 May 2022 09:01:23 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 36A5120F7229 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1652803283; bh=kk/9jpOebYqAaf72OuxBipyJneE9+7gc7nsswklJlRA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bMalfAG8bIhLMXAgPHYcaiJrUuPcJjkR7lpYNsXnBMn0XjJoW2YXKbzQlevfGL+eD windV4MJXxwTWnF5Eos9lmGEfShIgFE6O0XdKob23eiZABgw4RNUBBTH6GQb5JfgVk rQ1fpCbgV23c/gVvuQf44nwCE4bt3EYAOB3LJMbU= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Sami Mujawar Subject: [PATCH v1 7/8] ArmPkg: Ignore new typos reported Date: Tue, 17 May 2022 12:00:42 -0400 Message-Id: <20220517160043.1210-8-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20220517160043.1210-1-mikuback@linux.microsoft.com> References: <20220517160043.1210-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. Due to the number of spelling errors in this package, no errors are fixed in this change. They are ignored to unblock overall edk2 CI. The maintainers should visit the list of extended words for SpellCheck in ArmPkg.ci.yaml and determine the best resolution for each item. The following BZ was filed to track that follow up: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3929 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Sami Mujawar Signed-off-by: Michael Kubacki --- ArmPkg/ArmPkg.ci.yaml | 55 +++++++++++++++++++- 1 file changed, 53 insertions(+), 2 deletions(-) diff --git a/ArmPkg/ArmPkg.ci.yaml b/ArmPkg/ArmPkg.ci.yaml index b7e07aaef675..1874ba61eaaf 100644 --- a/ArmPkg/ArmPkg.ci.yaml +++ b/ArmPkg/ArmPkg.ci.yaml @@ -93,20 +93,34 @@ ], # use gitignore syntax to ignore er= rors # in matching files "ExtendWords": [ - "api's", "ackintid", "actlr", + "addressig", "aeabi", + "api's", + "armgic", + "armltd", "asedis", "ashldi", "ashrdi", + "autoreload", "baddr", + "batard", + "bootflow", + "bootup", + "cacheability", + "cachetype", "ccidx", "ccsidr", + "characteritics", "clidr", "clrex", "clzsi", "cnthctl", + "codeview", + "commonlpiaff", + "comms", + "conout", "cortexa", "cpacr", "cpuactlr", @@ -121,11 +135,15 @@ "dcmple", "dcmplt", "ddisable", + "deadloop", + "devicepath", + "directlpi", "divdi", "divsi", "dmdepkg", "dpref", "drsub", + "everyoneelse", "fcmpeq", "fcmpge", "fcmpgt", @@ -136,6 +154,7 @@ "hisilicon", "iccabpr", "iccbpr", + "icceior", "icciar", "iccicr", "icciidr", @@ -143,24 +162,33 @@ "iccpmr", "iccrpr", "icdabr", + "icddcr", "icdicer", "icdicfr", "icdicpr", "icdictr", "icdiidr", + "icdipr", + "icdiptr", "icdiser", "icdisr", "icdppisr", "icdsgir", "icdspr", "icenabler", + "innershr", "intid", + "invall", "ipriority", "irouter", "isenabler", "istatus", "itargets", + "itstate", "lable", + "langcode", + "langcodes", + "largepage", "ldivmod", "ldmdb", "ldmia", @@ -174,25 +202,38 @@ "ldrsb", "ldrsbt", "ldrsh", + "ldrsht", + "littleendian", "lshrdi", + "memclr", + "mesaage", "moddi", "modsi", "mpcore", "mpidr", "muldi", "mullu", + "nonsecure", "nonshareable", "nsacr", "nsasedis", "nuvia", "oldit", + "outershr", + "pagetable", "pcten", "plpis", + "postmem", + "premem", "procno", "readc", + "reglist", "revsh", "rfedb", "sctlr", + "semihalf", + "setend", + "sharelvl", "smccc", "smlabb", "smlabt", @@ -218,7 +259,14 @@ "strexd", "strexh", "strht", + "subhierarchy", + "subtrack", + "subvendor", + "successfull", + "supersection", "switchu", + "targetlist", + "tmpname", "tpidrurw", "ttbcr", "typer", @@ -232,7 +280,10 @@ "umodsi", "usada", "vlpis", - "writec" + "watchdogtimer", + "writeback", + "writec", + "xectue" ], # words to extend to the dictionary = for this package "IgnoreStandardPaths": [ # Standard Plugin defined paths that "*.asm", "*.s" # should be ignore --=20 2.28.0.windows.1