Popularity
0.4
Stable
Activity
0.0
Stable
5
2
1

Programming language: Shell
License: MIT License
Tags: Code Quality     Linter    
Latest version: v0.5

SwiftLinter alternatives and similar libraries

Based on the "Linter" category.
Alternatively, view SwiftLinter alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of SwiftLinter or a related project?

Add another 'Linter' Library

README

CocoaPods license

SwiftLinter help you share lint rules between projects and lint changed Swift source files in your Git repo with SwiftLint.

Installation

pod 'SwiftLinter'

Usage

Add a new "Run Script Phase" with:

"${SRCROOT}/Pods/SwiftLinter/swift-lint.sh"

Or specify autocorrect to autocorrect changed files:

"${SRCROOT}/Pods/SwiftLinter/swift-lint.sh" autocorrect

To change the default rules, fork this repo and edit the config file based on your needs. Learn more from here.

pod 'SwiftLinter', :git => 'YOUR_GIT_REPO'

License

SwiftLinter is released under the MIT license. See LICENSE for details.


*Note that all licence references and agreements mentioned in the SwiftLinter README section above are relevant to that project's source code only.