pylava / pylava_pylint

Pylint support for Pylava (a community maintained fork of Pylama_pylint)
MIT License
4 stars 2 forks source link

Fix support for pylint < 2.0 #1

Closed michael-k closed 6 years ago

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 4


Files with Coverage Reduction New Missed Lines %
.tox/cov/lib/python2.7/site-packages/pylava/core.py 5 73.91%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 2: 2.3%
Covered Lines: 347
Relevant Lines: 857

💛 - Coveralls
susam commented 6 years ago

Hi @michael-k,

Thank you for creating this pull request. I realized this issue soon after committing and releasing f7155998e8515dfcfbf0be3c0fc3d245ceaecc25 which fixed the Pylint initialization issue for Pylint 2.x but broke the Travis CI build for Pylint 1.x with TypeError. It was too late for me to make another fix last night.

Thank you for fixing this issue in this pull request. I have merged it and released it in version 0.0.2 on PyPI.