You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MINOR: [C++] Make clang-tidy stop complaining about C arrays (apache#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.
Authored-by: Felipe Oliveira Carvalho <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
0 commit comments