chore: disable `performance-enum-size` and update tools/common (#146)

* update tools/common

* disable performance-enum-size lint

* add toolchain/nx-decomp-tools-binaries
This commit is contained in:
Michael Zhao 2025-06-22 13:46:09 -07:00 committed by GitHub
parent f18a3f4f94
commit 71530ca9b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 1 deletions

View File

@ -27,6 +27,7 @@ modernize-*,
-modernize-use-trailing-return-type, -modernize-use-trailing-return-type,
-modernize-avoid-c-arrays, -modernize-avoid-c-arrays,
performance-*, performance-*,
-performance-enum-size,
-performance-no-int-to-ptr, -performance-no-int-to-ptr,
-performance-unnecessary-copy-initialization, -performance-unnecessary-copy-initialization,
readability-*, readability-*,

4
.gitmodules vendored
View File

@ -16,3 +16,7 @@
[submodule "lib/EventFlow"] [submodule "lib/EventFlow"]
path = lib/EventFlow path = lib/EventFlow
url = https://github.com/open-ead/EventFlow url = https://github.com/open-ead/EventFlow
[submodule "toolchain/nx-decomp-tools-binaries"]
path = toolchain/nx-decomp-tools-binaries
url = https://github.com/open-ead/nx-decomp-tools-binaries
branch = master

@ -0,0 +1 @@
Subproject commit 9149bb6f519f931ca8e174d1bec8aecfde694d39

@ -1 +1 @@
Subproject commit 8a19eb879e94ff19bcc5fb59c0ce3336ce3214a9 Subproject commit ba1c7b025d23c9292e87cf4848d74c59fe6dfb99