Skip to main content

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

pylint2codeclimate-1.3-py3-none-any.whl (3.0 kB view hashes)

Uploaded 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