pylint-dev/pylint

Add pylint-junit reporter class

Open

#9,143 建立於 2023年10月12日

在 GitHub 查看
 (2 留言) (6 反應) (0 負責人)Python (4,978 star) (1,059 fork)batch import
Enhancement ✨Good first issueHacktoberfestHelp wanted 🙏Needs PR

描述

Current problem

I'm a user of pylint. I used to use pylint2junit. I found out it has not been working since pylint 2.15. I then found pylint-junit which seems to fix some issues in pylint2junit. But it also have had issues since pylint 2.15. pylint2junit does not seem maintained. pylint-junit seems more active.

I would really like to continue to use pylint and I need junit reporting for my (Azure DevOps) pipelines.

Desired solution

Add pylint-junit reporter class to pylint to make the junit support more robust.

Additional context

Proposed by @Pierre-Sassoulas in https://github.com/pylint-dev/pylint/issues/8368#issuecomment-1759674966

貢獻者指南