disable performance-enum-size lint

This commit is contained in:
Pistonight 2025-06-22 11:43:27 -07:00
parent 1d64fb1ef6
commit 56b2d12c03
1 changed files with 1 additions and 0 deletions

View File

@ -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-*,