mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
6 lines
173 B
Swift
6 lines
173 B
Swift
/// All possible configuration errors.
|
|
public enum ConfigurationError: Error {
|
|
/// The configuration didn't match internal expectations.
|
|
case unknownConfiguration
|
|
}
|