You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2020/03/19 23:33:00 UTC

[jira] [Resolved] (HBASE-23745) Fix pylint invocation in pre-commit

     [ https://issues.apache.org/jira/browse/HBASE-23745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Dimiduk resolved HBASE-23745.
----------------------------------
    Resolution: Fixed

Was fixed by HBASE-23767.

> Fix pylint invocation in pre-commit
> -----------------------------------
>
>                 Key: HBASE-23745
>                 URL: https://issues.apache.org/jira/browse/HBASE-23745
>             Project: HBase
>          Issue Type: Task
>          Components: build
>            Reporter: Nick Dimiduk
>            Priority: Minor
>
> Seems Yetus and our version of pylint disagree on executable arguments. From a recent pre-commit check over a python file:
> {noformat}
> Usage:  pylint [options] module_or_package
>   Check that a module satisfies a coding standard (and more !).
>     pylint --help
>   Display this help message and exit.
>     pylint --help-msg <msg-id>[,<msg-id>]
>   Display help messages about given message identifiers and exit.
> pylint: error: no such option: --score
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)