diff --git a/tests/.clang-tidy b/tests/.clang-tidy new file mode 100644 index 00000000..fcb485a9 --- /dev/null +++ b/tests/.clang-tidy @@ -0,0 +1,7 @@ +--- +InheritParentConfig: true +Checks: ' +-facebook-hte-CArray, +-modernize-avoid-c-arrays, +' +...