.pytool: Set uncrustify check to audit only (temporary)

Temporarily set uncrustify to audit only mode so the following commits can adjust the code for new formatting settings before those settings are applied.

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:16 -07:00 committed by mergify[bot]
parent f945b72331
commit d0cac9f63f
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 = False
self._audit_only_mode = True
self._output_file_diffs = True
if "AuditOnly" in self._package_config and self._package_config["AuditOnly"]: