Tailor
Language: Swift
Checks: 31
Categories: Style, Bug Risk, Complexity
Tailor Version: 0.12.0
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.
Enable the Plugin
To enable Tailor analysis, add the following to your .codeclimate.yml
configuration file:
plugins:
tailor:
enabled: true
More information about the CLI is available in the README here: https://github.com/codeclimate/codeclimate.
Configure the Plugin
Configuration documentation is available here: https://github.com/sleekbyte/tailor#configuration.
Understand the Plugin
For more information about all the checks available and their configuration options, please check out the documentation here: https://github.com/sleekbyte/tailor/wiki.
Updated almost 7 years ago