diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2023-11-13 14:48:15 -0500 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-11-27 20:14:59 +0000 |
commit | ec9cb4452e5273d8e08fcc8210505893b10a65ec (patch) | |
tree | 0b6d806061d1b6d822292793bc3a25708192cb3a /.pytool | |
parent | 4ec2fab279fc69d15f69ee8fd8ce52045f788102 (diff) | |
download | edk2-ec9cb4452e5273d8e08fcc8210505893b10a65ec.zip edk2-ec9cb4452e5273d8e08fcc8210505893b10a65ec.tar.gz edk2-ec9cb4452e5273d8e08fcc8210505893b10a65ec.tar.bz2 |
.pytool/UncrustifyCheck: Update to 73.0.8
Updates to the latest release.
- Includes a fix for preventing endless indentation in struct
assignment.
- Include Windows Arm, Linux Arm, and Mac OS builds.
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: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
Diffstat (limited to '.pytool')
-rw-r--r-- | .pytool/Plugin/UncrustifyCheck/uncrustify_ext_dep.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pytool/Plugin/UncrustifyCheck/uncrustify_ext_dep.yaml b/.pytool/Plugin/UncrustifyCheck/uncrustify_ext_dep.yaml index d8c2240..74f3ffe 100644 --- a/.pytool/Plugin/UncrustifyCheck/uncrustify_ext_dep.yaml +++ b/.pytool/Plugin/UncrustifyCheck/uncrustify_ext_dep.yaml @@ -10,7 +10,7 @@ "type": "nuget",
"name": "mu-uncrustify-release",
"source": "https://pkgs.dev.azure.com/projectmu/Uncrustify/_packaging/mu_uncrustify/nuget/v3/index.json",
- "version": "73.0.3",
+ "version": "73.0.8",
"flags": ["set_shell_var", "host_specific"],
"var_name": "UNCRUSTIFY_CI_PATH"
}
|