From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web11.8544.1591885484390041435 for ; Thu, 11 Jun 2020 07:24:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=XqpTpl5C; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591885483; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=is6IFqIkNowQelTtYNyLY1J4L6W0drNpw5+a/AWG4IY=; b=XqpTpl5CKp0qTq6g/6YiNG9/gaUMCI3p2alsyToKNeblDz/lzbJzUqoAqehbpE6m2ynnzG lW/TtKpV4Z3KvxekbaV+c5Yt2myck1ZXSlA+fv5PX4NR3HiQ0jWcLHhAtqt0howFtWivz/ q2i29aaM4dU+u2IoL79V00JvWanxbe0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-164-Bk8449RJNOO-qGGqPSLOMA-1; Thu, 11 Jun 2020 10:24:39 -0400 X-MC-Unique: Bk8449RJNOO-qGGqPSLOMA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1D2FD1005513; Thu, 11 Jun 2020 14:24:38 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-21.ams2.redhat.com [10.36.114.21]) by smtp.corp.redhat.com (Postfix) with ESMTP id 287D45D9DC; Thu, 11 Jun 2020 14:24:36 +0000 (UTC) Subject: Re: [PATCH v3 12/17] OvmfPkg/OvmfPkg.ci.yaml: Add configuration for Ecc check To: Shenglei Zhang , devel@edk2.groups.io Cc: Jordan Justen , Ard Biesheuvel References: <20200610081437.61352-1-shenglei.zhang@intel.com> <20200610081437.61352-13-shenglei.zhang@intel.com> From: "Laszlo Ersek" Message-ID: Date: Thu, 11 Jun 2020 16:24:36 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200610081437.61352-13-shenglei.zhang@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 06/10/20 10:14, Shenglei Zhang wrote: > Add configuration ExceptionList and IgnoreFiles for package config > files. So users can rely on this to ignore some Ecc issues. > > Cc: Jordan Justen > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Signed-off-by: Shenglei Zhang > --- > OvmfPkg/OvmfPkg.ci.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/OvmfPkg/OvmfPkg.ci.yaml b/OvmfPkg/OvmfPkg.ci.yaml > index 98992f0429ff..67561c0bace0 100644 > --- a/OvmfPkg/OvmfPkg.ci.yaml > +++ b/OvmfPkg/OvmfPkg.ci.yaml > @@ -8,6 +8,16 @@ > # 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 > Acked-by: Laszlo Ersek