Skip to content

codeclimate/codeclimate-tailor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate Tailor Engine

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.

Installation

  1. If you haven't already, install the Code Climate CLI.
  2. Run codeclimate engines:enable tailor. This command both installs the engine and enables it in your .codeclimate.yml file.
  3. You're ready to analyze! Browse into your project's folder and run codeclimate analyze.

Building

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 .

Need help?

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.

About

Code Climate Engine for Tailor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%