(deprecated, unmaintained)
Project description
pylint code climate
(deprecated, unmaintained)
A quick and dirty helper script to report pylint results in a json file that will be accepted by GitLab CI.
Installation from PyPI
You can install the latest version from PyPI package repository.
python3 -mpip install -U pylint-codeclimate
GitLab CI Usage
Sample gitlab-ci.yml snippet for coverage:
coverage:
script:
- python3 -m pylint --recursive y --output-format=codeclimate:pylint.json myproject
artifacts:
when: always
reports:
codequality: pylint.json
License
This project is licensed under the MIT License - see the LICENSE file for details.
Locations
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
File details
Details for the file pylint-codeclimate-1.2.5.tar.gz
.
File metadata
- Download URL: pylint-codeclimate-1.2.5.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69864bb4117c783a46937115b3e809a7099a509722946f7c1838ac90313986c1 |
|
MD5 | b87708791b1550a93479c4e58e8183cd |
|
BLAKE2b-256 | f5b8c8decf37e5106d2cc8eff4b71d95f332b883f45cb9d5e04b9c17991ea361 |
File details
Details for the file pylint_codeclimate-1.2.5-py2.py3-none-any.whl
.
File metadata
- Download URL: pylint_codeclimate-1.2.5-py2.py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6470ba398c86beb743f8d88fdd6ee9dd4a5ed85c2887bc0268718e59afe2d337 |
|
MD5 | 4af9cc049d88c4014fb73cbd1056b446 |
|
BLAKE2b-256 | 49d6be45aa5efe14f4b051dbab722ff0947695df078e834f35d8f61bb2d7a934 |