From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web12.11476.1593565397026512304 for ; Tue, 30 Jun 2020 18:03:17 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: ray.ni@intel.com) IronPort-SDR: iiM/VSzG9nQ/78fphCAxq9Qsyps7muCCjqEtGNOorYwtPBiNhcd2MpUufsGFd62Hcoaer+v67H /iCjgz8tJ43A== X-IronPort-AV: E=McAfee;i="6000,8403,9668"; a="126527638" X-IronPort-AV: E=Sophos;i="5.75,298,1589266800"; d="scan'208";a="126527638" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2020 18:03:16 -0700 IronPort-SDR: IMypFxA72UMrhK25ZJ51GKa0DTYlhsc6YVRPBA0u9ZIKwoznUHIUV5WcFq/vB/j7gdf4p/q2XU Vp9jEscKZm3w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,298,1589266800"; d="scan'208";a="321086370" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 30 Jun 2020 18:03:16 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) 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:15 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 30 Jun 2020 18:03:15 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.161]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.85]) with mapi id 14.03.0439.000; Wed, 1 Jul 2020 09:03:12 +0800 From: "Ni, Ray" To: "Zhang, Shenglei" , "devel@edk2.groups.io" CC: "Justen, Jordan L" , Andrew Fish Subject: Re: [PATCH v5 05/15] EmulatorPkg/EmulatorPkg.ci.yaml: Add configuration for Ecc check Thread-Topic: [PATCH v5 05/15] EmulatorPkg/EmulatorPkg.ci.yaml: Add configuration for Ecc check Thread-Index: AQHWTtYXR0Wrr5HzdE6ZluFmuf8Dsqjx6Qcw Date: Wed, 1 Jul 2020 01:03:11 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C5E69BF@SHSMSX104.ccr.corp.intel.com> References: <20200630120015.15456-1-shenglei.zhang@intel.com> <20200630120015.15456-6-shenglei.zhang@intel.com> In-Reply-To: <20200630120015.15456-6-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: Justen, Jordan L ; Andrew Fish ; Ni, Ray > Subject: [PATCH v5 05/15] EmulatorPkg/EmulatorPkg.ci.yaml: Add configurat= ion 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: Jordan Justen > Cc: Andrew Fish > Cc: Ray Ni > Signed-off-by: Shenglei Zhang > --- > EmulatorPkg/EmulatorPkg.ci.yaml | 11 +++++++++++ > 1 file changed, 11 insertions(+) >=20 > diff --git a/EmulatorPkg/EmulatorPkg.ci.yaml b/EmulatorPkg/EmulatorPkg.ci= .yaml > index 81f81780ec76..a664f4462e5d 100644 > --- a/EmulatorPkg/EmulatorPkg.ci.yaml > +++ b/EmulatorPkg/EmulatorPkg.ci.yaml > @@ -5,9 +5,20 @@ > # used for code analysis. > # > # 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": [ > + ] > + }, > ## options defined .pytool/Plugin/CompilerPlugin > "CompilerPlugin": { > "DscPath": "" # Don't support this test > -- > 2.18.0.windows.1