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