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)
Built Distribution
Close
Hashes for pylint_report-2.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff81d52ea818258d5539805dff1d409f82464b958c4dd30d2fa2c4bf5a6c3d62 |
|
MD5 | 43d651b7973de55838da20566238e070 |
|
BLAKE2b-256 | f20264624bd91c08f613126c6eda7d563591d75b2a3b55f4d999de3d1d8296cc |