[edk2-devel] [PATCH v1 1/5] ArmVirtPkg: Add cspell exceptions

PierreGondois posted 5 patches 4 years, 7 months ago
There is a newer version of this series
[edk2-devel] [PATCH v1 1/5] ArmVirtPkg: Add cspell exceptions
Posted by PierreGondois 4 years, 7 months ago
From: Pierre Gondois <Pierre.Gondois@arm.com>

The cpsell tool checks for unknown words in the upstream CI.
Add some new words to the list of exceptions.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
---
 ArmVirtPkg/ArmVirtPkg.ci.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml
index 5f427e57233e..e3f30d69e89a 100644
--- a/ArmVirtPkg/ArmVirtPkg.ci.yaml
+++ b/ArmVirtPkg/ArmVirtPkg.ci.yaml
@@ -47,6 +47,7 @@
             "MdePkg/MdePkg.dec",
             "MdeModulePkg/MdeModulePkg.dec",
             "ArmVirtPkg/ArmVirtPkg.dec",
+            "DynamicTablesPkg/DynamicTablesPkg.dec",
             "NetworkPkg/NetworkPkg.dec",
             "ArmPkg/ArmPkg.dec",
             "OvmfPkg/OvmfPkg.dec",
@@ -97,6 +98,8 @@
         "AuditOnly": False,           # Fails right now with over 270 errors
         "IgnoreFiles": [],           # use gitignore syntax to ignore errors in matching files
         "ExtendWords": [
+            "armltd",
+            "ssdts",
             "setjump",
             "plong",
             "lparam",
-- 
2.17.1



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


Re: [edk2-devel] [PATCH v1 1/5] ArmVirtPkg: Add cspell exceptions
Posted by Laszlo Ersek 4 years, 7 months ago
On 06/23/21 16:06, PierreGondois wrote:
> From: Pierre Gondois <Pierre.Gondois@arm.com>
> 
> The cpsell tool checks for unknown words in the upstream CI.
> Add some new words to the list of exceptions.
> 
> Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
> ---
>  ArmVirtPkg/ArmVirtPkg.ci.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml
> index 5f427e57233e..e3f30d69e89a 100644
> --- a/ArmVirtPkg/ArmVirtPkg.ci.yaml
> +++ b/ArmVirtPkg/ArmVirtPkg.ci.yaml
> @@ -47,6 +47,7 @@
>              "MdePkg/MdePkg.dec",
>              "MdeModulePkg/MdeModulePkg.dec",
>              "ArmVirtPkg/ArmVirtPkg.dec",
> +            "DynamicTablesPkg/DynamicTablesPkg.dec",
>              "NetworkPkg/NetworkPkg.dec",
>              "ArmPkg/ArmPkg.dec",
>              "OvmfPkg/OvmfPkg.dec",
> @@ -97,6 +98,8 @@
>          "AuditOnly": False,           # Fails right now with over 270 errors
>          "IgnoreFiles": [],           # use gitignore syntax to ignore errors in matching files
>          "ExtendWords": [
> +            "armltd",
> +            "ssdts",
>              "setjump",
>              "plong",
>              "lparam",
> 

Reviewed-by: Laszlo Ersek <lersek@redhat.com>



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