public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Michael Kubacki" <mikuback@linux.microsoft.com>
To: devel@edk2.groups.io
Cc: Leif Lindholm <quic_llindhol@quicinc.com>,
	Ard Biesheuvel <ardb+tianocore@kernel.org>,
	Sami Mujawar <sami.mujawar@arm.com>
Subject: [PATCH v1 7/8] ArmPkg: Ignore new typos reported
Date: Tue, 17 May 2022 12:00:42 -0400	[thread overview]
Message-ID: <20220517160043.1210-8-mikuback@linux.microsoft.com> (raw)
In-Reply-To: <20220517160043.1210-1-mikuback@linux.microsoft.com>

From: Michael Kubacki <michael.kubacki@microsoft.com>

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=3929

Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
---
 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 errors
                                      # 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
-- 
2.28.0.windows.1


  parent reply	other threads:[~2022-05-17 16:01 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-17 16:00 [PATCH v1 0/8] Fix new typos reported Michael Kubacki
2022-05-17 16:00 ` [PATCH v1 1/8] PrmPkg: " Michael Kubacki
2022-05-17 16:00 ` [PATCH v1 2/8] StandaloneMmPkg: " Michael Kubacki
2022-05-17 16:19   ` Sami Mujawar
2022-05-17 17:23     ` Michael Kubacki
2022-05-17 16:00 ` [PATCH v1 3/8] DynamicTablesPkg: " Michael Kubacki
2022-05-17 16:27   ` Sami Mujawar
2022-05-17 16:00 ` [PATCH v1 4/8] UnitTestFrameworkPkg: " Michael Kubacki
2022-05-17 16:00 ` [PATCH v1 5/8] FatPkg: " Michael Kubacki
2022-05-18  0:58   ` Ni, Ray
2022-05-17 16:00 ` [PATCH v1 6/8] FmpDevicePkg: " Michael Kubacki
2022-05-17 16:00 ` Michael Kubacki [this message]
2022-05-17 16:00 ` [PATCH v1 8/8] ArmVirtPkg: Add new ignored spelling errors Michael Kubacki
2022-05-17 16:13 ` [PATCH v1 0/8] Fix new typos reported Ard Biesheuvel
2022-05-17 16:25   ` [edk2-devel] " Michael Kubacki
2022-05-17 17:31     ` Ard Biesheuvel
2022-05-17 19:32       ` Michael Kubacki
2022-05-17 20:06         ` Ard Biesheuvel
2022-05-17 23:50           ` Michael Kubacki
2022-05-18  1:18             ` 回复: " gaoliming
2022-05-18  2:07               ` Michael Kubacki
2022-05-18  6:43                 ` 回复: " gaoliming
2022-05-18 14:52                   ` Michael Kubacki
2022-05-19  1:23                     ` 回复: " gaoliming

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220517160043.1210-8-mikuback@linux.microsoft.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox