From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web10.8495.1591885477709986166 for ; Thu, 11 Jun 2020 07:24:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=BkRTsnyB; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591885476; 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=8Qq+ntz0MTSpmzAW7JhZG1vZc6PM7r4PVfSTpU8q7dw=; b=BkRTsnyBMisUox+0QaR5kjjaCDu+CinxflYzo7/fVc2aWeyq9vBPgWFMg1+ndZ5U6HbK6P zTz7wwiV24es7xhdrGWyVYgTKv6MWKYSl9mASyTJ2bnhPtxck2yevLVNiW4Ely1OCg8yuP csmOH+cM5mfeWisNd6YdbCT8fIBc+B0= 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-438-4PlySeoRMmeU0u8QjWnexg-1; Thu, 11 Jun 2020 10:24:33 -0400 X-MC-Unique: 4PlySeoRMmeU0u8QjWnexg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CFCFC107ACF5; Thu, 11 Jun 2020 14:24:31 +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 D913A2B4DC; Thu, 11 Jun 2020 14:24:30 +0000 (UTC) Subject: Re: [PATCH v3 05/17] ArmVirtPkg/ArmVirtPkg.ci.yaml: Add configuration for Ecc check To: Shenglei Zhang , devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm References: <20200610081437.61352-1-shenglei.zhang@intel.com> <20200610081437.61352-6-shenglei.zhang@intel.com> From: "Laszlo Ersek" Message-ID: Date: Thu, 11 Jun 2020 16:24:30 +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-6-shenglei.zhang@intel.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 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: Laszlo Ersek > Cc: Ard Biesheuvel > Cc: Leif Lindholm > Signed-off-by: Shenglei Zhang > --- > ArmVirtPkg/ArmVirtPkg.ci.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml > index 4553725ee528..b52e621b3c5c 100644 > --- a/ArmVirtPkg/ArmVirtPkg.ci.yaml > +++ b/ArmVirtPkg/ArmVirtPkg.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