From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id AE3BC7803D0 for ; Tue, 15 Aug 2023 01:28:04 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=r4CN/w916TjHC3peYL9Q4Uar5SooS3x2Zr3k3BmJTos=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:Message-ID:Date:MIME-Version:User-Agent:Subject:To:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1692062883; v=1; b=bz+q7yxwSot/tclkhRQrygBZuZwQ+womXdasRrfZ4ilOzFutrbxqNxz+0nZb9RyGwwbzoUXL mOlpUXCZYPOUcQnib5w6cZ3vgjMfMkiPHIIm/o5zaIPeSktwxmpubi05FzUFE00NnsGC/xEj8D3 B1lFboQDC8bxmtllQoADKRAE= X-Received: by 127.0.0.2 with SMTP id wcyJYY7687511xJHTOJrZAMo; Mon, 14 Aug 2023 18:28:03 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.124915.1692062882926032822 for ; Mon, 14 Aug 2023 18:28:03 -0700 X-Received: from [192.168.4.22] (unknown [47.201.241.95]) by linux.microsoft.com (Postfix) with ESMTPSA id 3A17C2109449; Mon, 14 Aug 2023 18:28:02 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 3A17C2109449 Message-ID: Date: Mon, 14 Aug 2023 21:28:00 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH v1 7/7] .pytool: Undo uncrustify check change To: devel@edk2.groups.io, vnowkakeane@linux.microsoft.com References: <20230809213226.1387-1-vnowkakeane@linux.microsoft.com> <20230809213226.1387-8-vnowkakeane@linux.microsoft.com> From: "Michael Kubacki" In-Reply-To: <20230809213226.1387-8-vnowkakeane@linux.microsoft.com> Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 8FEQfHrzKcYCAbrNduQWJFWFx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=bz+q7yxw; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io This patch does not have any Cc lines like the others in the series. On 8/9/2023 5:32 PM, VivianNK wrote: > Set global audit only to False now that new rules have been applied to > all necessary packages. >=20 > Signed-off-by: Vivian Nowka-Keane > --- > .pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/.pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py b/.pytool/= Plugin/UncrustifyCheck/UncrustifyCheck.py > index 17f77b48d954..ffc72f2c5918 100644 > --- a/.pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py > +++ b/.pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py > @@ -530,7 +530,7 @@ class UncrustifyCheck(ICiBuildPlugin): > """ >=20 > Initializes options that influence test case output. >=20 > """ >=20 > - self._audit_only_mode =3D True >=20 > + self._audit_only_mode =3D False >=20 > self._output_file_diffs =3D True >=20 > =20 >=20 > if "AuditOnly" in self._package_config and self._package_config= ["AuditOnly"]: >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107756): https://edk2.groups.io/g/devel/message/107756 Mute This Topic: https://groups.io/mt/100655295/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-