From c30c40d6c63ddb342f477f1a745cde5e392c8948 Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Tue, 23 Nov 2021 13:02:55 -0800 Subject: StandaloneMmPkg: Update YAML to ignore specific ECC files/errors REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3749 Update package YAML files to ignore ECC errors that are already present. These issues must be fixed in the future, but should not block source code changes for these known issues. Cc: Ard Biesheuvel Cc: Sami Mujawar Cc: Jiewen Yao Cc: Supreeth Venkatesh Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Cc: Michael Kubacki Signed-off-by: Michael D Kinney Acked-by: Ard Biesheuvel Reviewed-by: Sami Mujawar --- StandaloneMmPkg/StandaloneMmPkg.ci.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/StandaloneMmPkg/StandaloneMmPkg.ci.yaml b/StandaloneMmPkg/StandaloneMmPkg.ci.yaml index 06bef683cd..4777532a7e 100644 --- a/StandaloneMmPkg/StandaloneMmPkg.ci.yaml +++ b/StandaloneMmPkg/StandaloneMmPkg.ci.yaml @@ -5,6 +5,18 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent ## { + "EccCheck": { + ## Exception sample looks like below: + ## "ExceptionList": [ + ## "", "" + ## ] + "ExceptionList": [ + "4002", "HobConstructor" + ], + ## Both file path and directory path are accepted. + "IgnoreFiles": [ + ] + }, ## options defined .pytool/Plugin/CompilerPlugin "CompilerPlugin": { "DscPath": "StandaloneMmPkg.dsc" -- cgit v1.2.3