You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Paul Brett (JIRA)" <ji...@apache.org> on 2015/06/25 01:46:05 UTC

[jira] [Created] (MESOS-2926) Extend mesos-style.py/cpplint.py to check #include files

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)