You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Kevin Klues (JIRA)" <ji...@apache.org> on 2018/07/13 21:02:00 UTC

[jira] [Commented] (MESOS-9074) Pylint is too noisy when using mesos-style.py

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

Kevin Klues commented on MESOS-9074:
------------------------------------

{noformat}
commit c2bdf07eb8771e7e00173606bedf2445a3a709b9
Author: Armand Grillet <ag...@mesosphere.io>
Date:   Fri Jul 13 22:37:50 2018 +0200

    Updated pylint usage in mesos-style.py to be less verbose.
    
    We started using Pylint 1.9 a few days ago to lint `.py` files, and this
    version of pylint always prints a score after linting is complete. To
    make the output less verbose, we now use the option `--score=n` when
    using pylint in mesos-style.py.
    
    Review: https://reviews.apache.org/r/67907/
{noformat}

> Pylint is too noisy when using mesos-style.py
> ---------------------------------------------
>
>                 Key: MESOS-9074
>                 URL: https://issues.apache.org/jira/browse/MESOS-9074
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Armand Grillet
>            Assignee: Armand Grillet
>            Priority: Minor
>
> {code}
> apache-mesos (MESOS-9073) $ git commit -m "Test."
> No C++ files to lint
> No JavaScript files to lint
> Checking 1 Python file
> Using config file /Users/Armand/Code/apache-mesos/support/pylint.config
> -------------------------------------------------------------------
> Your code has been rated at 10.00/10 (previous run: 9.22/10, +0.78)
> Total errors found: 0
> [MESOS-9073 a3509d402] Test.
>  1 file changed, 1 insertion(+), 1 deletion(-)
> {code}
> The score needs to be removed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)