-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pylint is invoked incorrectly if .pylintrc is not present #62
Comments
Alternatively, it would be good, if a global .pylintrc can be used. At least the error messages of pylint should be printed with some meaning. see #58 |
volviq
changed the title
pylint result is interpreted 0 every time
pylint is invoked incorrectly if .pylintrc is not present
Mar 9, 2018
volviq
added a commit
to volviq/git-pylint-commit-hook
that referenced
this issue
Mar 9, 2018
Do not pass "--rcfile" to pylint, in case .pylintrc is not present.
volviq
added a commit
to volviq/git-pylint-commit-hook
that referenced
this issue
Mar 10, 2018
Do not pass "--rcfile" to pylint, in case .pylintrc is not present.
Merged
Fixed with #63 and released in 2.4.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When committing, the pylint result is always shown as "0" although the python files are getting a rating of "10.0" when pylint is run manually.
If no .pylintrc is present, the script should not pass a parameter for .pylintrc, so that pylint runs with defaults.
The text was updated successfully, but these errors were encountered: