pylint-dev/pylint

Add pylint-junit reporter class

Open

#9 143 ouverte le 12 oct. 2023

Voir sur GitHub
 (2 commentaires) (6 réactions) (0 assignés)Python (1 059 forks)batch import
Enhancement ✨Good first issueHacktoberfestHelp wanted 🙏Needs PR

Métriques du dépôt

Stars
 (4 978 stars)
Métriques de merge PR
 (Merge moyen 58j 21h) (63 PRs mergées en 30 j)

Description

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

Guide contributeur