Enumerations
The following enumerations are available globally.
-
Information about this executable.
See moreDeclaration
Swift
public enum ExecutableInfo
-
The accessibility of a Swift source declaration.
See moreDeclaration
Swift
public enum AccessControlLevel : String, CustomStringConvertible
extension AccessControlLevel: Comparable
-
All possible SwiftLint issues which are printed as warnings by default.
See moreDeclaration
Swift
public enum Issue : LocalizedError, Equatable
-
Type of an option.
See moreDeclaration
-
An identifier representing a SwiftLint rule, or all rules.
See moreDeclaration
Swift
public enum RuleIdentifier : Hashable, ExpressibleByStringLiteral, Comparable
-
All the possible rule kinds (categories).
See moreDeclaration
Swift
public enum RuleKind : String, Codable, Sendable
-
All possible rule list configuration errors.
See moreDeclaration
Swift
public enum RuleListError : Error
-
The kind of expression for a contiguous set of Swift source tokens.
See moreDeclaration
Swift
public enum SwiftExpressionKind : String
-
The magnitude of a
See moreStyleViolation
.Declaration
Swift
public enum ViolationSeverity : String, Comparable, Codable, InlinableOptionType
-
An identifier declaration.
See moreDeclaration
Swift
public enum IdentifierDeclaration : Hashable