mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
remove unnecessary swiftlint:disable command
This commit is contained in:
@@ -105,7 +105,6 @@ public struct LegacyNSGeometryFunctionsRule: CorrectableRule, ConfigurationProvi
|
||||
}
|
||||
}
|
||||
|
||||
// swiftlint:disable:next function_body_length
|
||||
public func correctFile(_ file: File) -> [Correction] {
|
||||
let varName = RegexHelpers.varNameGroup
|
||||
let twoVars = RegexHelpers.twoVars
|
||||
|
||||
Reference in New Issue
Block a user