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
- Host: GitHub
- URL: https://github.com/bennylope/flake8-codeclimate
- Owner: bennylope
- License: mit
- Created: 2017-04-13T20:08:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T12:46:20.000Z (about 1 year ago)
- Last Synced: 2025-04-10T15:14:12.277Z (6 months ago)
- Topics: codeclimate, flake8, python, quality-assurance
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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