JetBrains / teamcity-messages

Python Unit Test Reporting to TeamCity
https://pypi.python.org/pypi/teamcity-messages
Apache License 2.0
137 stars 81 forks source link

Add support for PyLint >= 2.3 #217

Closed PetrWolf closed 5 years ago

PetrWolf commented 5 years ago

This PR resolves issue #215 by updating the PyLint interface according to changes in version 2.3. It also adds a fallback logic for better stability and extends the integration test to highlight similar issues in the future.

shalupov commented 5 years ago

Thanks