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 1D60C7803CF for ; Wed, 16 Aug 2023 21:15:32 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=G5AIoxlFXz0489fS74NfPOYGSUkS4vq87iCruknY33Y=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1692220531; v=1; b=R3ke5O1vO2PrKlqZ2BqTHov8CNpMfUmhJFWu4x1ut7HH4ZZHdICBtyu1xcdDhHFuJJYIQlP4 azpTgAq+oOC/3VxfT9y1zdJwUTw4Y6xUbhXb1BwhX2ntJvRWHvKSkuCKM9hata4P2IaI9H8jO5Z uARr2NWanwE3X1qqE/jf2E/I= X-Received: by 127.0.0.2 with SMTP id 1m9BYY7687511xVvChzYrIz0; Wed, 16 Aug 2023 14:15:31 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.172577.1692220525565723579 for ; Wed, 16 Aug 2023 14:15:26 -0700 X-Received: from vivian-P520.redmond.corp.microsoft.com (unknown [131.107.1.251]) by linux.microsoft.com (Postfix) with ESMTPSA id 27D42211F7A7; Wed, 16 Aug 2023 14:15:26 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 27D42211F7A7 From: "VivianNK" To: devel@edk2.groups.io Cc: Sean Brogan , Michael Kubacki , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v2 7/7] .pytool: Undo uncrustify check change Date: Wed, 16 Aug 2023 14:15:22 -0700 Message-ID: <20230816211523.12-8-vnowkakeane@linux.microsoft.com> In-Reply-To: <20230816211523.12-1-vnowkakeane@linux.microsoft.com> References: <20230816211523.12-1-vnowkakeane@linux.microsoft.com> MIME-Version: 1.0 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,vnowkakeane@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: h3dIXMwtY48zAo4UxON6kCyLx7686176AA= 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=R3ke5O1v; 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 Set global audit only to False now that new rules have been applied to all necessary packages. Cc: Sean Brogan Cc: Michael Kubacki Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Vivian Nowka-Keane --- .pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py b/.pytool/Pl= ugin/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): """=0D Initializes options that influence test case output.=0D """=0D - self._audit_only_mode =3D True=0D + self._audit_only_mode =3D False=0D self._output_file_diffs =3D True=0D =0D if "AuditOnly" in self._package_config and self._package_config["A= uditOnly"]:=0D --=20 2.41.0.windows.3 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107816): https://edk2.groups.io/g/devel/message/107816 Mute This Topic: https://groups.io/mt/100788672/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-