Skip to content

A Flake8 formatting plugin that generates Code Climate consumable JSON

License

Notifications You must be signed in to change notification settings

bennylope/flake8-codeclimate

Repository files navigation

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