kszucs commented on a change in pull request #10571:
URL: https://github.com/apache/arrow/pull/10571#discussion_r656317818
##########
File path: dev/archery/archery/utils/lint.py
##########
@@ -90,20 +91,75 @@ def cpp_linter(src, build_dir, clang_format=True,
cpplint=True,
class CMakeFormat(Command):
- def __init__(self, cmake_format_bin):
- self.bin = cmake_format_bin
+
+ # TODO(kszucs): check cmake_format version
Review comment:
Yep, thanks for spotting that!
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]