git-pylint-commit-hook
git-pylint-commit-hook copied to clipboard
pylint rate is not passed to the git-pylint-commit-hook
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