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

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

Nick Dimiduk created HBASE-23745:
------------------------------------

             Summary: 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


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)