From ca32f75fc6ba4a41a65b5ea83eaa21d209bae570 Mon Sep 17 00:00:00 2001 From: Vivian Nowka-Keane Date: Wed, 16 Aug 2023 14:15:22 -0700 Subject: .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 Cc: Michael Kubacki Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Vivian Nowka-Keane Reviewed-by: Michael D Kinney --- .pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py b/.pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py index 17f77b48d9..ffc72f2c59 100644 --- a/.pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py +++ b/.pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py @@ -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"]: -- cgit v1.2.3