Disable modernize-avoid-c-arrays in xplat/yoga/tests

Reviewed By: JuanBesa, rshest

Differential Revision: D79247609

fbshipit-source-id: 529ba950ab200c46493152b81dece6bd76f6fdbd
This commit is contained in:
Dmitry Polukhin
2025-07-30 03:39:00 -07:00
committed by Facebook GitHub Bot
parent 9f2a9476e5
commit 82671c0132

7
tests/.clang-tidy Normal file
View File

@@ -0,0 +1,7 @@
---
InheritParentConfig: true
Checks: '
-facebook-hte-CArray,
-modernize-avoid-c-arrays,
'
...