Skip to content

Commit

Permalink
remove unnecessary swiftlint:disable command
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Dec 1, 2016
1 parent 39e1001 commit c305f2b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c305f2b

Please sign in to comment.