git-pylint-commit-hook icon indicating copy to clipboard operation
git-pylint-commit-hook copied to clipboard

pylint rate is not passed to the git-pylint-commit-hook

Open ghost opened this issue 7 years ago • 0 comments

i am using python 2.7.11 pylint==1.8.2 git-pylint-commit-hook==2.3.0

pre commit: #!/bin/bash git-pylint-commit-hook --limit 3

when evert doing commit i am getting this: Running pylint on test.py (file 1/1).. 0/10.00 FAILED

the actual rate of the file is 5 !

i suspect that for some reason the pylint rate is not passed to the git-pylint-commit-hook

ghost avatar Mar 10 '18 17:03 ghost