codeclimate-tailor
is a Code Climate engine that wraps Tailor. You can run it on your command line using the Code Climate CLI, or on the hosted analysis platform.
Tailor is a cross-platform static analysis and lint tool for source code written in Apple's Swift programming language. It analyzes your code to ensure consistent styling and help avoid bugs.
- If you haven't already, install the Code Climate CLI.
- Run
codeclimate engines:enable tailor
. This command both installs the engine and enables it in your.codeclimate.yml
file. - You're ready to analyze! Browse into your project's folder and run
codeclimate analyze
.
To download a specific version of Tailor (e.g. version 0.7.0
) and build an image locally:
$ script/bootstrap 0.7.0
$ docker build -t codeclimate/codeclimate-tailor .
For help with Tailor, check out the documentation.
If you're running into a Code Climate issue, first check out our Tailor engine docs and 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.