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 16:37:00 UTC

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

sivasankar created GOBBLIN-569:
----------------------------------

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


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)