Skip to content

codeclimate/codeclimate-swiftlint

Repository files navigation

Code Climate SwiftLint Engine

codeclimate-swiftlint is a Code Climate engine that wraps the SwiftLint static analysis tool. You can run it on your command line using the Code Climate CLI, or on our hosted analysis platform.

Installation

  1. If you haven't already, install the Code Climate CLI.
  2. Enable the engine through the beta channel in your .codeclimate.yml file:
plugins:
  swiftlint:
    enabled: true
  1. You're ready to analyze! Browse into your project's folder and run codeclimate analyze.

SwiftLint Config

codeclimate-swiftlint works with your existing .swiftlint.yml file.

About

Code Climate Swiftlint engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published