An open API service indexing awesome lists of open source software.

https://github.com/bennylope/flake8-codeclimate

A Flake8 formatting plugin that generates Code Climate consumable JSON
https://github.com/bennylope/flake8-codeclimate

codeclimate flake8 python quality-assurance

Last synced: 6 months ago
JSON representation

A Flake8 formatting plugin that generates Code Climate consumable JSON

Awesome Lists containing this project

README

          

##################
flake8-codeclimate
##################

A Flake8 plugin to generate error reports in a format consumable by Code Climate.

The `full error report specification `_
includes a description of Code Climate specific error categories and fields.

Installation
============

Install from PyPI:

.. code-block:: bash

$ pip install flake8-codeclimate

Or from Git:

.. code-block:: bash

$ pip install -e git+git://github.com/bennylope/flake8-codeclimate.git#egg=flake8_codeclimate

Usage
=====

Run Flake8 with the format option `codeclimate`::

flake8 --format=codeclimate