close
The Wayback Machine - https://web.archive.org/web/20201015052248/https://github.com/codeclimate/codeclimate-swiftlint
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.