[edk2-devel] [PATCH v2 08/11] ArmVirtPkg: Add new ignored spelling errors

Michael Kubacki posted 11 patches 3 years, 8 months ago
There is a newer version of this series
[edk2-devel] [PATCH v2 08/11] ArmVirtPkg: Add new ignored spelling errors
Posted by Michael Kubacki 3 years, 8 months ago
From: Michael Kubacki <michael.kubacki@microsoft.com>

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 <ardb+tianocore@kernel.org>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
---
 ArmVirtPkg/ArmVirtPkg.ci.yaml | 25 ++++++++++++--------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml
index d5d63ddd4fd7..e6963a719ea1 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 package
         "IgnoreStandardPaths": [],   # Standard Plugin defined paths that should be ignore
         "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
-- 
2.28.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#89864): https://edk2.groups.io/g/devel/message/89864
Mute This Topic: https://groups.io/mt/91176800/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v2 08/11] ArmVirtPkg: Add new ignored spelling errors
Posted by Sami Mujawar 3 years, 1 month ago
Hi Michael,

Thank you for this patch.

These changes look good to me.

Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>

Regards,

Sami Mujawar

On 18/05/2022 01:13 am, mikuback@linux.microsoft.com wrote:
> From: Michael Kubacki <michael.kubacki@microsoft.com>
>
> 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 <ardb+tianocore@kernel.org>
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> Cc: Sami Mujawar <sami.mujawar@arm.com>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> ---
>   ArmVirtPkg/ArmVirtPkg.ci.yaml | 25 ++++++++++++--------
>   1 file changed, 15 insertions(+), 10 deletions(-)
>
> diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml
> index d5d63ddd4fd7..e6963a719ea1 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 package
>           "IgnoreStandardPaths": [],   # Standard Plugin defined paths that should be ignore
>           "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#97304): https://edk2.groups.io/g/devel/message/97304
Mute This Topic: https://groups.io/mt/91176800/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-