You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "sivasankar (JIRA)" <ji...@apache.org> on 2018/08/27 17:00:00 UTC

[jira] [Commented] (GOBBLIN-569) Address the pylint warnings in github-pr-change-log.py

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

sivasankar commented on GOBBLIN-569:
------------------------------------

https://github.com/apache/incubator-gobblin/pull/2434

> Address the pylint warnings in github-pr-change-log.py
> ------------------------------------------------------
>
>                 Key: GOBBLIN-569
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-569
>             Project: Apache Gobblin
>          Issue Type: Bug
>            Reporter: sivasankar
>            Priority: Minor
>
> Address the following pylint warning in github-pr-change-log.py
> W: 40, 0: Found indentation with tabs instead of spaces (mixed-indentation)
> W: 40, 0: Unnecessary semicolon (unnecessary-semicolon)
> W: 41, 0: Found indentation with tabs instead of spaces (mixed-indentation)
> W: 42, 0: Found indentation with tabs instead of spaces (mixed-indentation)
> C: 1, 0: Module name "github-pr-change-log" doesn't conform to snake_case naming style (invalid-name)
> C: 1, 0: Missing module docstring (missing-docstring)
> C: 37, 0: standard import "import sys" should be placed before "import requests" (wrong-import-order)



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