pylint-dev/pylint

Add pylint-junit reporter class

Open

#9.143 geöffnet am 12. Okt. 2023

Auf GitHub ansehen
 (2 Kommentare) (6 Reaktionen) (0 zugewiesene Personen)Python (1.059 Forks)batch import
Enhancement ✨Good first issueHacktoberfestHelp wanted 🙏Needs PR

Repository-Metriken

Stars
 (4.978 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 58T 21h) (63 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide