From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx.groups.io with SMTP id smtpd.web12.11482.1593565414361831190 for ; Tue, 30 Jun 2020 18:03:34 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: ray.ni@intel.com) IronPort-SDR: vUqbl9tJyaLnuSny9GA9BmxwfW46nI4BXNtHOzT+jFKX/4HuaEtBunWO7Iq1EF1Y2JR3A76P+E RSnEr2LX8tEA== X-IronPort-AV: E=McAfee;i="6000,8403,9668"; a="164429472" X-IronPort-AV: E=Sophos;i="5.75,298,1589266800"; d="scan'208";a="164429472" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2020 18:03:33 -0700 IronPort-SDR: zRQ5bbcQ32FppxLkArIJS84vbP+H53baL856ticnBUrLMG6wVDa2JYqkm5k+IbOhRm5WKkDbPm anKqUX4jvr1A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,298,1589266800"; d="scan'208";a="454811729" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 30 Jun 2020 18:03:33 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 30 Jun 2020 18:03:33 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 30 Jun 2020 18:03:32 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.161]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.221]) with mapi id 14.03.0439.000; Wed, 1 Jul 2020 09:03:29 +0800 From: "Ni, Ray" To: "Zhang, Shenglei" , "devel@edk2.groups.io" CC: "Gao, Zhichao" Subject: Re: [PATCH v5 13/15] ShellPkg/ShellPkg.ci.yaml: Add configuration for Ecc check Thread-Topic: [PATCH v5 13/15] ShellPkg/ShellPkg.ci.yaml: Add configuration for Ecc check Thread-Index: AQHWTtYd1CuyLeUgAkiw+ytvckrz1Kjx6Snw Date: Wed, 1 Jul 2020 01:03:29 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C5E69E8@SHSMSX104.ccr.corp.intel.com> References: <20200630120015.15456-1-shenglei.zhang@intel.com> <20200630120015.15456-14-shenglei.zhang@intel.com> In-Reply-To: <20200630120015.15456-14-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 ; Gao, Zhichao > Subject: [PATCH v5 13/15] ShellPkg/ShellPkg.ci.yaml: Add configuration fo= r 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 > Cc: Zhichao Gao > Signed-off-by: Shenglei Zhang > Acked-by: Zhichao gao > --- > ShellPkg/ShellPkg.ci.yaml | 11 +++++++++++ > 1 file changed, 11 insertions(+) >=20 > diff --git a/ShellPkg/ShellPkg.ci.yaml b/ShellPkg/ShellPkg.ci.yaml > index 67de34a2556e..eedc173738dc 100644 > --- a/ShellPkg/ShellPkg.ci.yaml > +++ b/ShellPkg/ShellPkg.ci.yaml > @@ -2,9 +2,20 @@ > # CI configuration for ShellPkg > # > # 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": "ShellPkg.dsc" > }, > -- > 2.18.0.windows.1