From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web08.4830.1647914329750069169 for ; Mon, 21 Mar 2022 18:58:50 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=N/Lq3UbY; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.202.59.224]) by linux.microsoft.com (Postfix) with ESMTPSA id C5FF220DE479; Mon, 21 Mar 2022 18:58:47 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com C5FF220DE479 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1647914329; bh=2NC9s4iQgWzPWLnwt36XOOsrSXa/uAtXeO9g/xvjTmU=; h=From:To:Cc:Subject:Date:From; b=N/Lq3UbYTJwMzDAu/0nyaBtHkGRrZOrWI3LMR1Q/V2XCW8CApH261jBJM5jx8y622 pquoP58f2FyOC6TTI7BGXhWU97c7Kt0aKEbWkADRcaKaEZxa7S4S8Ad+MCY+ni+X4o KptY0OrJLs7/FW6tKrzAnAJirAm490xjwY0kfms8= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Sean Brogan , Bret Barkelew , Ard Biesheuvel , Jiewen Yao , Jordan Justen , Gerd Hoffmann , Rebecca Cran , Peter Grehan , Laszlo Ersek Subject: [PATCH v1 0/4] UncrustifyCheck Ignore Support Date: Mon, 21 Mar 2022 21:58:10 -0400 Message-Id: <20220322015814.9182-1-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3880 REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3875 This patch series: 1. Updates ignore handling in UncrustifyCheck including adding a new CI plugin configuration option to ignore files in a package. 2. Reverts Uncrustify changes as requested for files in OvmfPkg. 3. Uses the new ignore file option to ignore the files that had Uncrustify formatting reverted in OvmfPkg. Cc: Michael D Kinney Cc: Liming Gao Cc: Sean Brogan Cc: Bret Barkelew Cc: Ard Biesheuvel Cc: Jiewen Yao Cc: Jordan Justen Cc: Gerd Hoffmann Cc: Rebecca Cran Cc: Peter Grehan Cc: Laszlo Ersek Signed-off-by: Michael Kubacki Michael Kubacki (4): .pytool/Plugin/UncrustifyCheck: Update func to return absolute paths .pytool/Plugin/UncrustifyCheck: Add ignore file support OvmfPkg: Revert Uncrustify formatting in VbeShim.h files OvmfPkg: Do not check VbeShim.h formatting with Uncrustify .pytool/Plugin/UncrustifyCheck/Readme.md | 7 + .pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py | 30 +- OvmfPkg/Bhyve/BhyveRfbDxe/VbeShim.h | 1811 ++++++++++-----= ----- OvmfPkg/OvmfPkg.ci.yaml | 5 + OvmfPkg/QemuVideoDxe/VbeShim.h | 1389 ++++++++------- 5 files changed, 1640 insertions(+), 1602 deletions(-) --=20 2.28.0.windows.1