A Pylint plugin and command line tool to produce Pylint reports in checkstyle format.
Project description
pylint-json2checkstyle
A Pylint plugin and command line tool to produce Pylint reports in checkstyle format.
This project is partially inspired from the pylint-json2html project.
Usage:
As a command line tool
usage: pylint-json2checkstyle [-h] [-o checkstyle_output_file] [json_input_file]
Convert pylint json report to checkstyle
positional arguments:
json_input_file Pylint JSON report input file (or stdin)
optional arguments:
-h, --help show this help message and exit
-o checkstyle_output_file, --output checkstyle_output_file
Checkstyle report output file (or stdout)
As a Pylint plugin:
pylint --load-plugins=pylint_json2checkstyle.checkstyle_reporter --output-format=checkstyle [pylint arguments ... ]
Why?
Checkstyle is a widely supported report format for code issues, with integrations available in CI environments.
For example, the Checkstyle GitHub Action reads a checkstyle report and adds annotations to PRs.
Project details
Release history Release notifications | RSS feed
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
Close
Hashes for pylint_json2checkstyle-0.0.8.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c53d03532cf5662f36ff766da91b28fda0cf88d67af9ca869989e1bbc2e901bb |
|
MD5 | 20bb9047a41518e0405e33e32cf4bffc |
|
BLAKE2b-256 | fd77c2801f06e7e30e5e97ad521051d091c0c0fba440d1099b6badc09936d3fb |
Close
Hashes for pylint_json2checkstyle-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e760abfe5f979efc9cb0c42ef96aed76a96638780c8d10172031ae79fa8a1f9e |
|
MD5 | eab90535aba5b07c99fafa04dd25c7ab |
|
BLAKE2b-256 | fb8b8888046cd5e47a1195a39de71a29b24735ad2aef52a5809507e73489b125 |