mirror of
https://github.com/acidanthera/audk.git
synced 2025-05-04 14:40:11 +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
|
"AdditionalIncludePaths": [] # Additional paths to spell check
|
||||||
# (wildcards supported)
|
# (wildcards supported)
|
||||||
},
|
|
||||||
|
|
||||||
# options defined in .pytool/Plugin/UncrustifyCheck
|
|
||||||
"UncrustifyCheck": {
|
|
||||||
"AuditOnly": True
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -42,6 +42,7 @@ PeCoffLoaderRelocateImageExtraAction (
|
|||||||
));
|
));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
DEBUG ((
|
DEBUG ((
|
||||||
@ -78,6 +79,7 @@ PeCoffLoaderUnloadImageExtraAction (
|
|||||||
));
|
));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
DEBUG ((
|
DEBUG ((
|
||||||
|
Loading…
x
Reference in New Issue
Block a user