⚠️

Code Climate Quality is being replaced with Qlty Cloud

— New users should sign up directly at qlty.sh.
— To migrate an existing account, please see our Migration Guide.

Language: Swift
Checks: 75+
Categories: Style, Conventions

A tool to enforce Swift style and conventions, loosely based on 's Swift Style Guide.

To enable SwiftLint analysis, add the following to your .codeclimate.yml configuration file:

plugins:
  swiftlint:
    enabled: true

SwiftLint can be configured by adding a .swiftlint.yml to the root of your repo. For more detailed configuration info, check out the official SwiftLint docs.

You'll need to add a .swiftlint.yml config file to your project if it doesn't have one already.

For more information about all the checks available and their configuration options, please check out the official documentation.