summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/OvmfPkg.ci.yaml
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2022-03-21 16:13:31 -0400
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-04-04 15:18:31 +0000
commitad6816c319cdbd927d81e071996a0dea33c86e4a (patch)
treee603cbe95f3b5d4bd46b74fb0004e9a752293a30 /OvmfPkg/OvmfPkg.ci.yaml
parentd932199d39a5e8e47e2d431e897a765b70ceb51e (diff)
downloadedk2-ad6816c319cdbd927d81e071996a0dea33c86e4a.tar.gz
edk2-ad6816c319cdbd927d81e071996a0dea33c86e4a.tar.bz2
edk2-ad6816c319cdbd927d81e071996a0dea33c86e4a.zip
OvmfPkg: Do not check VbeShim.h formatting with Uncrustify
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3875 The following files: OvmfPkg/Bhyve/BhyveRfbDxe/VbeShim.h OvmfPkg/QemuVideoDxe/VbeShim.h Are auto generated by the following generators: OvmfPkg/Bhyve/BhyveRfbDxe/VbeShim.sh OvmfPkg/QemuVideoDxe/VbeShim.sh Therefore, Uncrustify causes a file update to produce a very large diff due to formatting changes. This change does the following: 1. Reverts the Uncrustify changes applied to the files in commit ac0a286f4d74. 2. Uses a new UncrustifyCheck CI plugin configuration option to exclude the files from future formatting checks. Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Rebecca Cran <rebecca@bsdio.com> Cc: Peter Grehan <grehan@freebsd.org> Cc: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'OvmfPkg/OvmfPkg.ci.yaml')
-rw-r--r--OvmfPkg/OvmfPkg.ci.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/OvmfPkg/OvmfPkg.ci.yaml b/OvmfPkg/OvmfPkg.ci.yaml
index 7459b84d80..ff022242b0 100644
--- a/OvmfPkg/OvmfPkg.ci.yaml
+++ b/OvmfPkg/OvmfPkg.ci.yaml
@@ -97,5 +97,10 @@
], # words to extend to the dictionary for this package
"IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
"AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
+ },
+
+ # options defined in .pytool/Plugin/UncrustifyCheck
+ "UncrustifyCheck": {
+ "IgnoreFiles": ["VbeShim.h"]
}
}