pylint reporter class to export results in codeclimate format
Project description
Pylint reporter class to export results in codeclimate format, originally from https://github.com/mikebryant/codeclimate-pylint/blob/master/codeclimate_reporter.py
It can be used in a gitlab-ci.yml stage like:
codequality:
stage: test
script:
- pip install pylint2codeclimate pylint
- pylint -f pylint2codeclimate.CodeClimateReporter *.py > codeclimate.json
artifacts:
when: always
paths: [codeclimate.json]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pylint2codeclimate-1.3-py3-none-any.whl.
File metadata
- Download URL: pylint2codeclimate-1.3-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26adccd48f1fa8e50b1b41153fdfb7c6ac62df0691af706615b1aeca1406f0ee
|
|
| MD5 |
52ce30babbec4461159bd51a8a10437d
|
|
| BLAKE2b-256 |
a2fd9d2ea0afd028ce2b5b4ef6c6ac52519aa414fe82c584dec4d5494029f46a
|