Commits

Antoine Pitrou authored 7667c10c448
MINOR: [C++] Avoid linting files outside of the source tree(s) The base `cpp` directory can typically contain build directories and other foreign files. Only lint the C++ source files in `cpp/src` and `cpp/examples`. Closes #11593 from pitrou/minor-fix-cpp-lint Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>