mirror of https://github.com/zeldaret/botw.git
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:
parent
f18a3f4f94
commit
71530ca9b1
|
@ -27,6 +27,7 @@ modernize-*,
|
|||
-modernize-use-trailing-return-type,
|
||||
-modernize-avoid-c-arrays,
|
||||
performance-*,
|
||||
-performance-enum-size,
|
||||
-performance-no-int-to-ptr,
|
||||
-performance-unnecessary-copy-initialization,
|
||||
readability-*,
|
||||
|
|
|
@ -16,3 +16,7 @@
|
|||
[submodule "lib/EventFlow"]
|
||||
path = lib/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
|
Loading…
Reference in New Issue