// // RuleKind.swift // SwiftLint // // Created by Marcelo Fabri on 05/26/17. // Copyright © 2017 Realm. All rights reserved. // import Foundation public enum RuleKind: String { case lint case idiomatic case style case metrics case performance }