Skip to main content

(deprecated, unmaintained)

Project description

license pipelines coverage

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylint-codeclimate-1.2.5.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

pylint_codeclimate-1.2.5-py2.py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page