From 1bd2ff18664b9564a5802d0ac153b5023f2fa41e Mon Sep 17 00:00:00 2001 From: Chasel Chiu Date: Tue, 4 Oct 2022 18:04:40 -0700 Subject: [PATCH] IntelFsp2WrapperPkg: Remove CI exception of PlatformMultiPhaseLib. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4092 Duplicate library class header issue will be resolved and CI exception for FspWrapperPlatformMultiPhaseLib should be removed too. Cc: Nate DeSimone Cc: Star Zeng Cc: Michael Kubacki Signed-off-by: Chasel Chiu Reviewed-by: Michael Kubacki --- IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml index 6788a723a1..45cb5a7d6f 100644 --- a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml +++ b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml @@ -78,11 +78,7 @@ ## options defined .pytool/Plugin/LibraryClassCheck "LibraryClassCheck": { - "IgnoreLibraryClass": [ - # This header file contains a small function in a separate library so platforms - # do not have to override the whole main library instance. - "FspWrapperPlatformMultiPhaseLib" - ] + "IgnoreLibraryClass": [] }, ## options defined .pytool/Plugin/SpellCheck