From c305f2b485621ff89bc467065decdee754de473d Mon Sep 17 00:00:00 2001 From: JP Simard Date: Thu, 1 Dec 2016 00:38:10 -0800 Subject: [PATCH] remove unnecessary swiftlint:disable command --- .../SwiftLintFramework/Rules/LegacyNSGeometryFunctionsRule.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/SwiftLintFramework/Rules/LegacyNSGeometryFunctionsRule.swift b/Source/SwiftLintFramework/Rules/LegacyNSGeometryFunctionsRule.swift index 59d9d8523..acaff6a9e 100644 --- a/Source/SwiftLintFramework/Rules/LegacyNSGeometryFunctionsRule.swift +++ b/Source/SwiftLintFramework/Rules/LegacyNSGeometryFunctionsRule.swift @@ -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