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.9.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 953a27c1566f206f4ee5681788f83045ef1b5c66d22fdadf2730142fffe718de |
|
MD5 | 7559bbf20ad27e38c30ca1b2d9af2415 |
|
BLAKE2b-256 | cb0bb9bef5a024dbfe682edb60279aa0f14c29a85ba4ecd45cf17edf2277dafa |
Close
Hashes for pylint_json2checkstyle-0.0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9de4fd356bb120430b9a38533d59c4bbf28b5f5a03f41dac5dc6d6567c1f34bf |
|
MD5 | d7a8d63893b5ecdffceed298871fa0b3 |
|
BLAKE2b-256 | b8b49892e0be028f21b6003af4082a74d5f7371192185186d4338b72dd3a0c9a |