westonpace commented on pull request #11486: URL: https://github.com/apache/arrow/pull/11486#issuecomment-958617799
Hmm, I'll have to take a look and see what's up there. Some other ways to run lint are `ninja lint` and `archery lint --cpplint`. The former requires you to use the ninja generator when you create your build directory. The latter requires you to [install archery](https://arrow.apache.org/docs/developers/archery.html#archery) (which is a pretty helpful tool for a variety of Arrow development tasks). There is also `ninja format` and `archery lint --cpplint --fix` which will apply some formatting changes automatically. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
