diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2024-07-24 12:02:39 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-24 10:21:47 +0000 |
commit | a9c8c47d5347c74f5e7e7cb859912a276c6e9fb8 (patch) | |
tree | da448719f28860c4f616d1dee323f06f37aaedb8 /ArmPkg/ArmPkg.ci.yaml | |
parent | d4ae23b1e6c5fe95205818fcae9d5561c20588d3 (diff) | |
download | edk2-a9c8c47d5347c74f5e7e7cb859912a276c6e9fb8.tar.gz edk2-a9c8c47d5347c74f5e7e7cb859912a276c6e9fb8.tar.bz2 edk2-a9c8c47d5347c74f5e7e7cb859912a276c6e9fb8.zip |
ArmPkg: Disable AuditOnly mode for uncrustify
Fix up a handful of uncrustify infractions and drop the AuditOnly
override for uncrustify so we get the same uncrustify CI coverage as
other packages.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'ArmPkg/ArmPkg.ci.yaml')
-rw-r--r-- | ArmPkg/ArmPkg.ci.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ArmPkg/ArmPkg.ci.yaml b/ArmPkg/ArmPkg.ci.yaml index d312481611..24db742505 100644 --- a/ArmPkg/ArmPkg.ci.yaml +++ b/ArmPkg/ArmPkg.ci.yaml @@ -239,10 +239,5 @@ ],
"AdditionalIncludePaths": [] # Additional paths to spell check
# (wildcards supported)
- },
-
- # options defined in .pytool/Plugin/UncrustifyCheck
- "UncrustifyCheck": {
- "AuditOnly": True
}
}
|