felipecrv opened a new pull request, #36102: URL: https://github.com/apache/arrow/pull/36102
### Rationale for this change `std::array` is rarely a good fit for the kind of low-level array and buffer manipulation that Arrow does, so having `clang-tidy` complaining about C-style arrays confuses more than it helps. ### What changes are included in this PR? Change in `.clang-tidy`. ### Are these changes tested? I checked on my editor. Warnings not shown anymore. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
