[
https://issues.apache.org/jira/browse/ARROW-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16340244#comment-16340244
]
ASF GitHub Bot commented on ARROW-2035:
---------------------------------------
wesm commented on a change in pull request #1516: ARROW-2035: [C++] Update
vendored cpplint.py to a Py3-compatible one
URL: https://github.com/apache/arrow/pull/1516#discussion_r163992464
##########
File path: cpp/CMakeLists.txt
##########
@@ -447,7 +447,7 @@ if (UNIX)
add_custom_target(lint ${CPPLINT_BIN}
--verbose=2
--linelength=90
-
--filter=-whitespace/comments,-readability/todo,-build/header_guard,-build/c++11,-runtime/references,-build/include_order
+
--filter=-whitespace/comments,-readability/todo,-build/header_guard,-build/c++11,-runtime/references,-build/include_order,-build/include_what_you_use
Review comment:
There aren't too many errors, I'm fixing them now
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [C++] Update vendored cpplint.py to a Py3-compatible one
> --------------------------------------------------------
>
> Key: ARROW-2035
> URL: https://issues.apache.org/jira/browse/ARROW-2035
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Wes McKinney
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
>
> See https://github.com/cpplint/cpplint (BSD 3-clause)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)