Skip to main content

pylint reporter for junit format.

Project description

pylint-junit

Pylint plugin that generates JUnit based report that can be consumed by CI environments like Jenkins, Azure Devops and such.

Installation

Install the package with

pip install pylint_junit

or add it to your requirements.

Usage

After the plugin has been installed there are few options to take it into use.

Add following lines into your .pylintrc:

[MASTER]
load-plugins=pylint_junit
[REPORTS]
output-format=json

Or you could pass the reporter class directly from command-line like this:

pylint --output-format=pylint_junit.JUnitReporter src/

Or if you have enabled the loading of pylint_junit plugin in your rc file, you can just use:

pylint --output-format=junit src/

Dependencies

  • junit_xml

Bugs / Feedback

Use Github Issue Tracker

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylint_junit-0.1.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page