mirror of https://github.com/acidanthera/audk.git
.pytool: Undo uncrustify check change
Set global audit only to False now that new rules have been applied to all necessary packages. Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Michael Kubacki <mikuback@linux.microsoft.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Vivian Nowka-Keane <vnowkakeane@linux.microsoft.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
parent
1e27258a89
commit
ca32f75fc6
|
@ -530,7 +530,7 @@ class UncrustifyCheck(ICiBuildPlugin):
|
||||||
"""
|
"""
|
||||||
Initializes options that influence test case output.
|
Initializes options that influence test case output.
|
||||||
"""
|
"""
|
||||||
self._audit_only_mode = True
|
self._audit_only_mode = False
|
||||||
self._output_file_diffs = True
|
self._output_file_diffs = True
|
||||||
|
|
||||||
if "AuditOnly" in self._package_config and self._package_config["AuditOnly"]:
|
if "AuditOnly" in self._package_config and self._package_config["AuditOnly"]:
|
||||||
|
|
Loading…
Reference in New Issue