audk/.pytool/Plugin
Joey Vagedes d97f3a1d80 .pytool/Plugin: UncrustifyCheck: use stat instead of os.stat
The UncrustifyCheck plugin passes os.stat.S_IWRITE to os.chmod, when
attempting to change file permissions. os.stat.S_IWRITE does not exist
as os.stat is a function. The correct value is stat.S_IWRITE.

Signed-off-by: Joey Vagedes <joey.vagedes@gmail.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
2024-01-23 16:04:20 +00:00
..
CharEncodingCheck CharEncodingCheckPlugin: Remove Noisy Print 2023-06-06 17:08:05 +00:00
CompilerPlugin .pytool: Update to newest pytools 2022-03-09 18:58:33 +00:00
DependencyCheck .pytool: Update to newest pytools 2022-03-09 18:58:33 +00:00
DscCompleteCheck .pytool: Update to newest pytools 2022-03-09 18:58:33 +00:00
EccCheck .pytool/Plugin/EccCheck: Add PACKAGES_PATH support 2023-02-08 20:21:30 +00:00
GuidCheck .pytool: Update to newest pytools 2022-03-09 18:58:33 +00:00
HostUnitTestCompilerPlugin .pytool: Update to newest pytools 2022-03-09 18:58:33 +00:00
HostUnitTestDscCompleteCheck .pytool: Integration of edk2-pytools 2023-10-28 14:59:29 +00:00
LibraryClassCheck .pytool: Update to newest pytools 2022-03-09 18:58:33 +00:00
LicenseCheck .pytools/Plugin/LicenseCheck: Use temp directory for git diff output 2021-11-29 07:12:18 +00:00
SpellCheck .python/SpellCheck: Add "Loongson" and "LOONGARCH" to "words" section 2022-10-14 02:16:33 +00:00
UncrustifyCheck .pytool/Plugin: UncrustifyCheck: use stat instead of os.stat 2024-01-23 16:04:20 +00:00