You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Alexander Rukletsov (JIRA)" <ji...@apache.org> on 2016/10/10 13:27:20 UTC

[jira] [Commented] (MESOS-6006) Abstract mesos-style.py to allow future linters to be added more easily

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

Alexander Rukletsov commented on MESOS-6006:
--------------------------------------------

[~kaysoky], [~klueska] what is the status here? Retargeting this for 1.2, please speak up if you want to land this in 1.1.0.

> Abstract mesos-style.py to allow future linters to be added more easily
> -----------------------------------------------------------------------
>
>                 Key: MESOS-6006
>                 URL: https://issues.apache.org/jira/browse/MESOS-6006
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Kevin Klues
>            Assignee: Kevin Klues
>              Labels: cli, mesosphere
>             Fix For: 1.1.0
>
>
>     Currently, mesos-style.py is just a collection of functions that
>     check the style of relevant files in the mesos code base.  However,
>     the script assumes that we always wanted to run cpplint over every
>     file we are checking. Since we are planning on adding a python linter
>     to the codebase soon, it makes sense to abstract the common
>     functionality from this script into a class so that a cpp-based linter
>     and a python-based linter can inherit the same set of common
>     functionality.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)