CodeClimate compatible reporter for Pylint
Project description
Pylint Code Climate Reporter
This Pylint reporter generates reports in Code Climate compatible JSON format. This is useful for integration of Pylint with tools such as GitLab CI.
Installation
Pylint Code Climate Reporter is published on PyPI and can be installed from there.
pip install pylint-codeclimate-reporter
Usage
Place the following in .pylintrc:
[MASTER]
load-plugins=pylint_codeclimate_reporter
[REPORTS]
output-format=pylint_codeclimate_reporter.CodeClimateReporter
or place the following in pyproject.toml:
[tool.pylint.MASTER]
load-plugins=pylint_codeclimate_reporter
[tool.pylint.REPORTS]
output-format=pylint_codeclimate_reporter.CodeClimateReporter
or manually pass the --load-plugins and --output-format flags when calling
pylint.
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
File details
Details for the file pylint_codeclimate_reporter-0.0.1.tar.gz.
File metadata
- Download URL: pylint_codeclimate_reporter-0.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.1.dev0+g94f810c.d20240510 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce9f3f17abd12974762296d3c8338e11197bbc9ba4c75a74bdc6c9fcbfdedb57
|
|
| MD5 |
f4293aa70e5dbb28735a15a04269c3f6
|
|
| BLAKE2b-256 |
0ecf28aceb06d2e6224bde6802fb1a97891750b700173ac6cf97585d272c7f1f
|