Skip to content

Commit ad6816c

Browse files
makubackimergify[bot]
authored andcommitted
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 ac0a286. 2. Uses a new UncrustifyCheck CI plugin configuration option to exclude the files from future formatting checks. Cc: Ard Biesheuvel <[email protected]> Cc: Jiewen Yao <[email protected]> Cc: Jordan Justen <[email protected]> Cc: Gerd Hoffmann <[email protected]> Cc: Rebecca Cran <[email protected]> Cc: Peter Grehan <[email protected]> Cc: Laszlo Ersek <[email protected]> Signed-off-by: Michael Kubacki <[email protected]> Acked-by: Gerd Hoffmann <[email protected]> Acked-by: Laszlo Ersek <[email protected]> Reviewed-by: Jiewen Yao <[email protected]> Reviewed-by: Michael D Kinney <[email protected]>
1 parent d932199 commit ad6816c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: OvmfPkg/OvmfPkg.ci.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,10 @@
9797
], # words to extend to the dictionary for this package
9898
"IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
9999
"AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
100+
},
101+
102+
# options defined in .pytool/Plugin/UncrustifyCheck
103+
"UncrustifyCheck": {
104+
"IgnoreFiles": ["VbeShim.h"]
100105
}
101106
}

0 commit comments

Comments
 (0)