From 7ed9c63d9e179194410151c46bcbfcaf2dde5344 Mon Sep 17 00:00:00 2001 From: Shenglei Zhang Date: Fri, 17 Jul 2020 15:02:51 +0800 Subject: EmulatorPkg/EmulatorPkg.ci.yaml: Add configuration for LicenseCheck Add configuration IgnoreFiles for package config files. So users can rely on this to skip license conflict for some generated files. Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Shenglei Zhang Reviewed-by: Liming Gao --- EmulatorPkg/EmulatorPkg.ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/EmulatorPkg/EmulatorPkg.ci.yaml b/EmulatorPkg/EmulatorPkg.ci.yaml index 81f81780ec..dead82f697 100644 --- a/EmulatorPkg/EmulatorPkg.ci.yaml +++ b/EmulatorPkg/EmulatorPkg.ci.yaml @@ -8,6 +8,10 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent ## { + ## options defined .pytool/Plugin/LicenseCheck + "LicenseCheck": { + "IgnoreFiles": [] + }, ## options defined .pytool/Plugin/CompilerPlugin "CompilerPlugin": { "DscPath": "" # Don't support this test -- cgit v1.2.3