Skip to content

uhooi/SwiftLint-Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 

Repository files navigation

SwiftLint-Config

License Twitter

Uhooi's base SwiftLint configuration file.

SwiftLint Version Support

Here's a reference of which SwiftLint-Config version to use for a given SwiftLint version.

SwiftLint version Last supported SwiftLint-Config release
0.42.0 1.0.0
0.43.0-0.43.1 1.1.0
0.44.0 1.2.0
0.45.0 1.3.0
0.45.1 1.4.0
0.46.0-0.46.5 1.5.0
0.47.0 1.6.0
0.47.1 1.7.0
0.48.0 1.8.0
0.49.0 1.9.0
0.49.1 1.10.0
0.50.0 1.11.0
0.50.1, 0.50.3 Latest

Usage

Using a remote reference, your .swiftlint.yml could look like this:

parent_config: https://raw.githubusercontent.com/uhooi/SwiftLint-Config/v1.13.0/uhooi-base-swiftlint-config.yml

See the SwiftLint documentation for more details.
https://github.com/realm/SwiftLint#child--parent-configs-remote

References