Skip to content

Provides junit xml from either pylint formatter option or text output of pylint command

License

Notifications You must be signed in to change notification settings

wmbolle/pylint2junit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylint2junit

Provides junit xml from either pylint --output-format=pylint2junit.JunitReporter or a shell script to convert pylint text/parsable output to an xml file.

Install

pip install pylint2junit

Usage

Output formatter

pylint --output-format=pylint2junit.JunitReporter example

Conversion script

pylint --output-format=parseable example > pylint_results.txt
pylint2junit --input=pylint_results.txt --output=pylint_results.txt

Building

Validate no pylint problem

 pylint pylint2junit tests

Build

python setup.py bdsit_wheel

About

Provides junit xml from either pylint formatter option or text output of pylint command

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%