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)

Reply via email to