Skip to main content

Generates an html report summarizing the results of pylint.

Project description

pylint-report

Generates an HTML report summarizing the results of pylint.

Installation

The recommended way to install pylint-report is using

pip install pylint-report

or, for a development version (with all optional dependencies):

pip install pylint-report[dev]

Quickstart

Place the following in .pylintrc

[MASTER]
load-plugins=pylint_report

[REPORTS]
output-format=pylint_report.CustomJsonReporter

or place the following in pyproject.toml

[tool.pylint.MASTER]
load-plugins = "pylint_report"

[tool.pylint.REPORTS]
output-format = "pylint_report.CustomJsonReporter"

or manually pass the --load-plugins and --output-format flags.

  • A two-step approach:

    • pylint path/to/code > report.json: generate a (custom) json file using pylint

    • pylint_report.py report.json -o report.html: generate html report

  • Or alternatively pylint path/to/code | pylint_report.py > report.html

Based on

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_report-2.4.0.tar.gz (13.3 kB view hashes)

Uploaded Source

Built Distribution

pylint_report-2.4.0-py3-none-any.whl (11.9 kB view hashes)

Uploaded Python 3

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