From dc1118fa0d117c51615b4112369cefa408c5315d Mon Sep 17 00:00:00 2001 From: Pierre Gondois Date: Mon, 14 Jun 2021 16:37:01 +0100 Subject: ArmVirtPkg: Add cspell exceptions 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 Reviewed-by: Ard Biesheuvel --- ArmVirtPkg/ArmVirtPkg.ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ArmVirtPkg') diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml index 67b0e9594f..d5d63ddd4f 100644 --- a/ArmVirtPkg/ArmVirtPkg.ci.yaml +++ b/ArmVirtPkg/ArmVirtPkg.ci.yaml @@ -6,7 +6,7 @@ # # Copyright (c) Microsoft Corporation # Copyright (c) 2020, Intel Corporation. All rights reserved.
-# Copyright (c) 2020, ARM Limited. All rights reserved. +# Copyright (c) 2020 - 2022, ARM Limited. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent ## @@ -48,6 +48,7 @@ "MdePkg/MdePkg.dec", "MdeModulePkg/MdeModulePkg.dec", "ArmVirtPkg/ArmVirtPkg.dec", + "DynamicTablesPkg/DynamicTablesPkg.dec", "NetworkPkg/NetworkPkg.dec", "ArmPkg/ArmPkg.dec", "OvmfPkg/OvmfPkg.dec", @@ -98,6 +99,9 @@ "AuditOnly": False, # Fails right now with over 270 errors "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files "ExtendWords": [ + "acpiview", + "armltd", + "ssdts", "setjump", "plong", "lparam", -- cgit v1.2.3