sebdah/git-pylint-commit-hook

Git hook just prints FAILED/PASSED, no way to see what went wrong

Closed this issue · 1 comments

As far as I can tell there's no way to see anything except the file that failed, so the committer has to manually run pylint to see the checks that failed.

That's right, it only outputs the score and the status. There are no plans to add more details as of now, but I'd be happy to merge a pull request fixing that.