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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file pylint_report-2.4.0.tar.gz.

File metadata

  • Download URL: pylint_report-2.4.0.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.2

File hashes

Hashes for pylint_report-2.4.0.tar.gz
Algorithm Hash digest
SHA256 cd13c8500b1eac95fe6523da2c53f8a10fd63514f46bcf36a6b55b15c0efaecd
MD5 2578bb15f9036373c6e95704d9210895
BLAKE2b-256 d277d7cb6b091b54e2ebc98e8b140756ccf2fe2c942befc2bca2fee17620ecfe

See more details on using hashes here.

File details

Details for the file pylint_report-2.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pylint_report-2.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ff81d52ea818258d5539805dff1d409f82464b958c4dd30d2fa2c4bf5a6c3d62
MD5 43d651b7973de55838da20566238e070
BLAKE2b-256 f20264624bd91c08f613126c6eda7d563591d75b2a3b55f4d999de3d1d8296cc

See more details on using hashes here.

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