
codeclimate-prototool-lint is a Code Climate engine that wraps
prototool lint. You can run it on your command line using the Code
Climate CLI, or on the hosted analysis platform.
This engine uses the latest uber/prototool Docker image which is built with
a particular version of protoc. As a result, the Prototool protoc.version configuration option is ignored.
Installation
- If you haven't already, install the Code Climate CLI.
- Add the following to yout Code Climate config:
version: "2"
plugins:
prototool-lint:
enabled: true
- Run
codeclimate engines:install
- You're ready to analyze! Browse into your project's folder and run
codeclimate analyze.
Need help?
For help with Prototool Lint, 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 Code Climate.