codeclimate-pylint
is a Code Climate engine that wraps Pylint. You can run it on your command line using the Code Climate CLI, or on our hosted analysis platform.
codeclimate engines:enable pylint
. This command both installs the engine and enables it in your .codeclimate.yml
file.codeclimate analyze
.Like running pylint locally, you can configure it by including a pylintrc
file in your repository.
Consult the pylint documentation for more details.
In order to build the docker image, run
docker build -t codeclimate/codeclimate-pylint .
CodeClimate currently disallows internet access from engines. Consequently, getting the dependencies for the project being analysed is impossible.
The checks disabled due to this are:
import-error
For help with Pylint, check out their documentation.
If you're running into a Code Climate issue, first look over this project's GitHub Issues, as your question may have already been covered. If not, go ahead and open a support ticket with us.