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

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

Details for the file pylint2codeclimate-1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for pylint2codeclimate-1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 26adccd48f1fa8e50b1b41153fdfb7c6ac62df0691af706615b1aeca1406f0ee
MD5 52ce30babbec4461159bd51a8a10437d
BLAKE2b-256 a2fd9d2ea0afd028ce2b5b4ef6c6ac52519aa414fe82c584dec4d5494029f46a

See more details on using hashes here.

Supported by

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