[ 
https://issues.apache.org/jira/browse/ARROW-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339635#comment-16339635
 ] 

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_r163935202
 
 

 ##########
 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:
   Ah, I think we do want these errors -- at some point we should be more 
rigorous about enforcing IWYU 
(https://github.com/apache/arrow/blob/master/cpp/README.md#keeping-includes-clean-with-include-what-you-use)
 but cpplint catches some of the more obvious issues, like `<vector>` and 
`<string>`. We can add the missing includes here

----------------------------------------------------------------
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)

Reply via email to