Paul Brett created MESOS-2926:
---------------------------------
Summary: Extend mesos-style.py/cpplint.py to check #include files
Key: MESOS-2926
URL: https://issues.apache.org/jira/browse/MESOS-2926
Project: Mesos
Issue Type: Bug
Reporter: Paul Brett
Assignee: Paul Brett
cpplint.py provides the capability to enforce the style guide requirements for
#including everything you use and ordering files based on type but it does not
work for mesos because we do use #include <...> for project files where it
expects #include "...".
We should update the style checker to support our include usage and then turn
it on by default in the commit hook.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)