Skip to main content

CodeClimate compatible reporter for Pylint

Project description

Pylint Code Climate Reporter

This Pylint reporter generates reports in Code Climate compatible JSON format. This is useful for integration of Pylint with tools such as GitLab CI.

Installation

Pylint Code Climate Reporter is published on PyPI and can be installed from there.

pip install pylint-codeclimate-reporter

Usage

Place the following in .pylintrc:

[MASTER]
load-plugins=pylint_codeclimate_reporter

[REPORTS]
output-format=pylint_codeclimate_reporter.CodeClimateReporter

or place the following in pyproject.toml:

[tool.pylint.MASTER]
load-plugins = "pylint_codeclimate_reporter"

[tool.pylint.REPORTS]
output-format= "pylint_codeclimate_reporter.CodeClimateReporter"

or manually pass the --load-plugins and --output-format flags when calling pylint.

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_reporter-0.0.2.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file pylint_codeclimate_reporter-0.0.2.tar.gz.

File metadata

  • Download URL: pylint_codeclimate_reporter-0.0.2.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.1.dev0+g94f810c.d20240510 CPython/3.12.4

File hashes

Hashes for pylint_codeclimate_reporter-0.0.2.tar.gz
Algorithm Hash digest
SHA256 cb49408f73e97d4473214d67b19b17cf95a04e1e79494c81a59fe7315c9d7a87
MD5 07c495519ce3df650d32ed6d1de49f22
BLAKE2b-256 2aa41900b9ad2e4350c31c2575c89ceec34ab4c3d615dbef3c88841f6bbe985f

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