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
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.10.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2741aaa96d83c918c00a561ab0daa730679a77b4eea98e90a6c597c2b82c9ae |
|
MD5 | 09d58ee2915101536651caec3519b805 |
|
BLAKE2-256 | 07e7895edcf1fe17c8f805d4a4d46139b629838542a2563a89122db5dd2683c2 |
Close
Hashes for pylint_json2checkstyle-0.0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9715474798a939853864cf21e5b24124eb1897be49a25388b775d6a00b1c655 |
|
MD5 | 87053c63127728238a909c3ea56b0a92 |
|
BLAKE2-256 | ab9d791b7d1635fad078e8e790a20a2e67f934c7824115ba64a420fd1091d5f2 |