filipesperandio / codeclimate-flake8

CodeClimate Engine for flake8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Climate Flake8 Engine

codeclimate-flake8 is a Code Climate engine that wraps the Flake8 source code analyzer. You can run it on your command line using the Code Climate CLI, or on our hosted analysis platform.

Installation

  1. If you haven't already, install the Code Climate CLI.
  2. Enable the engine through the beta channel in your .codeclimate.yml file:
engines:
  flake8:
    enabled: true
    channel: "beta"
  1. You're ready to analyze! Browse into your project's folder and run codeclimate analyze.

Configuration

You can configure which files to be analyzed in your .codeclimate.yml file.

Other configurations can be made through a .flake8 file. More information can be found on Flake8's documentation

Plugin activation can also be made in .codeclimate.yml:

engines:
  flake8:
    enabled: true
    channel: "beta"

Need help?

For help with Flake8, check out their documentation.

If you're running into a Code Climate issue, first check out this project's GitHub Issues, as your question may have already been covered. If not, go ahead and open a support ticket with us.

About

CodeClimate Engine for flake8


Languages

Language:Python 92.2%Language:Dockerfile 7.8%