.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:
Vivian Nowka-Keane 2023-08-16 14:15:22 -07:00 committed by mergify[bot]
parent 1e27258a89
commit ca32f75fc6
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ class UncrustifyCheck(ICiBuildPlugin):
"""
Initializes options that influence test case output.
"""
self._audit_only_mode = True
self._audit_only_mode = False
self._output_file_diffs = True
if "AuditOnly" in self._package_config and self._package_config["AuditOnly"]: