UnusedControlFlowLabelRule
public struct UnusedControlFlowLabelRule: SubstitutionCorrectableASTRule, ConfigurationProviderRule,
AutomaticTestableRule
Undocumented
-
Undocumented
Declaration
Swift
public var configuration: SeverityConfiguration -
Undocumented
Declaration
Swift
public init() -
Undocumented
Declaration
Swift
public static let description: RuleDescription -
Undocumented
Declaration
Swift
public func validate(file: SwiftLintFile, kind: StatementKind, dictionary: SourceKittenDictionary) -> [StyleViolation] -
Undocumented
Declaration
Swift
public func substitution(for violationRange: NSRange, in file: SwiftLintFile) -> (NSRange, String)? -
Undocumented
Declaration
Swift
public func violationRanges(in file: SwiftLintFile, kind: StatementKind, dictionary: SourceKittenDictionary) -> [NSRange]
View on GitHub
Install in Dash
UnusedControlFlowLabelRule Structure Reference