mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
8 lines
119 B
Swift
8 lines
119 B
Swift
public enum RuleKind: String {
|
|
case lint
|
|
case idiomatic
|
|
case style
|
|
case metrics
|
|
case performance
|
|
}
|