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
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd13c8500b1eac95fe6523da2c53f8a10fd63514f46bcf36a6b55b15c0efaecd |
|
MD5 | 2578bb15f9036373c6e95704d9210895 |
|
BLAKE2b-256 | d277d7cb6b091b54e2ebc98e8b140756ccf2fe2c942befc2bca2fee17620ecfe |
File details
Details for the file pylint_report-2.4.0-py3-none-any.whl
.
File metadata
- Download URL: pylint_report-2.4.0-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff81d52ea818258d5539805dff1d409f82464b958c4dd30d2fa2c4bf5a6c3d62 |
|
MD5 | 43d651b7973de55838da20566238e070 |
|
BLAKE2b-256 | f20264624bd91c08f613126c6eda7d563591d75b2a3b55f4d999de3d1d8296cc |