Skip to content

Commit

Permalink
.pytool: Undo uncrustify check change
Browse files Browse the repository at this point in the history
Set global audit only to False now that new rules have been applied to
all necessary packages.

Cc: Sean Brogan <[email protected]>
Cc: Michael Kubacki <[email protected]>
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Signed-off-by: Vivian Nowka-Keane <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
  • Loading branch information
VivianNK authored and mergify[bot] committed Oct 27, 2023
1 parent 1e27258 commit ca32f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def _initialize_test_case_output_options(self) -> None:
"""
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"]:
Expand Down

0 comments on commit ca32f75

Please sign in to comment.