From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web10.11690.1593565440336004173 for ; Tue, 30 Jun 2020 18:04:00 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: ray.ni@intel.com) IronPort-SDR: rst3Wfe92Txo5PXxhnoKPHCvf2pGE4gqtmu4O9EfrxAl0ygsrqGfDokXICwLw9PQ0r61wVpyf6 P4odlwDyWQXQ== X-IronPort-AV: E=McAfee;i="6000,8403,9668"; a="146415794" X-IronPort-AV: E=Sophos;i="5.75,298,1589266800"; d="scan'208";a="146415794" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2020 18:03:57 -0700 IronPort-SDR: QnIAaxYewVgqcSB2Vm6W2Md15+5Mm1/deQkTvz3F3gr+Z/xlo9tapdUlVBVlyIks8RhbCzkod/ cfwFHc2oBVKg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,298,1589266800"; d="scan'208";a="321086494" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 30 Jun 2020 18:03:57 -0700 Received: from fmsmsx104.amr.corp.intel.com (10.18.124.202) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 30 Jun 2020 18:03:57 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 30 Jun 2020 18:03:57 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.161]) by shsmsx102.ccr.corp.intel.com ([169.254.2.36]) with mapi id 14.03.0439.000; Wed, 1 Jul 2020 09:03:54 +0800 From: "Ni, Ray" To: "Zhang, Shenglei" , "devel@edk2.groups.io" Subject: Re: [PATCH v5 11/15] PcAtChipsetPkg/PcAtChipsetPkg.ci.yaml: Add configuration for Ecc check Thread-Topic: [PATCH v5 11/15] PcAtChipsetPkg/PcAtChipsetPkg.ci.yaml: Add configuration for Ecc check Thread-Index: AQHWTtYc4Tr/EnRhJkGZslxfs6eHjajx6UgQ Date: Wed, 1 Jul 2020 01:03:53 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C5E6A14@SHSMSX104.ccr.corp.intel.com> References: <20200630120015.15456-1-shenglei.zhang@intel.com> <20200630120015.15456-12-shenglei.zhang@intel.com> In-Reply-To: <20200630120015.15456-12-shenglei.zhang@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Acked-by: Ray Ni > -----Original Message----- > From: Zhang, Shenglei > Sent: Tuesday, June 30, 2020 8:00 PM > To: devel@edk2.groups.io > Cc: Ni, Ray > Subject: [PATCH v5 11/15] PcAtChipsetPkg/PcAtChipsetPkg.ci.yaml: Add conf= iguration for Ecc check >=20 > Add configuration ExceptionList and IgnoreFiles for package config > files. So users can rely on this to ignore some Ecc issues. >=20 > Cc: Ray Ni > Signed-off-by: Shenglei Zhang > Reviewed-by: Guomin Jiang > --- > PcAtChipsetPkg/PcAtChipsetPkg.ci.yaml | 11 +++++++++++ > 1 file changed, 11 insertions(+) >=20 > diff --git a/PcAtChipsetPkg/PcAtChipsetPkg.ci.yaml b/PcAtChipsetPkg/PcAtC= hipsetPkg.ci.yaml > index be470807bd9e..c59287064d65 100644 > --- a/PcAtChipsetPkg/PcAtChipsetPkg.ci.yaml > +++ b/PcAtChipsetPkg/PcAtChipsetPkg.ci.yaml > @@ -2,9 +2,20 @@ > # CI configuration for PcAtChipsetPkg > # > # Copyright (c) Microsoft Corporation > +# Copyright (c) 2020, Intel Corporation. All rights reserved.
> # SPDX-License-Identifier: BSD-2-Clause-Patent > ## > { > + "EccCheck": { > + ## Exception sample looks like below: > + ## "ExceptionList": [ > + ## "", "" > + ## ] > + "ExceptionList": [ > + ], > + "IgnoreFiles": [ > + ] > + }, > "CompilerPlugin": { > "DscPath": "PcAtChipsetPkg.dsc" > }, > -- > 2.18.0.windows.1