mirror of
https://github.com/acidanthera/audk.git
synced 2025-05-03 06:00:10 +02:00
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>
This commit is contained in:
parent
d4ae23b1e6
commit
a9c8c47d53
@ -239,10 +239,5 @@
|
||||
],
|
||||
"AdditionalIncludePaths": [] # Additional paths to spell check
|
||||
# (wildcards supported)
|
||||
},
|
||||
|
||||
# options defined in .pytool/Plugin/UncrustifyCheck
|
||||
"UncrustifyCheck": {
|
||||
"AuditOnly": True
|
||||
}
|
||||
}
|
||||
|
@ -42,6 +42,7 @@ PeCoffLoaderRelocateImageExtraAction (
|
||||
));
|
||||
return;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
DEBUG ((
|
||||
@ -78,6 +79,7 @@ PeCoffLoaderUnloadImageExtraAction (
|
||||
));
|
||||
return;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
DEBUG ((
|
||||
|
Loading…
x
Reference in New Issue
Block a user