flake8-codeclimate

Code Climate reporting formatter plugin for Flake8


Keywords
codeclimate, flake8, python, quality-assurance
License
MIT
Install
pip install flake8-codeclimate==0.3.0

Documentation

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:

$ pip install flake8-codeclimate

Or from Git:

$ 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