Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
backslash-f committed Jan 3, 2024
1 parent c199c67 commit 37891cc
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

import Foundation

// swiftlint:disable cyclomatic_complexity
// swiftlint:disable function_body_length
extension SwiftTraderError: Equatable {
public static func == (lhs: SwiftTraderError, rhs: SwiftTraderError) -> Bool {
switch (lhs, rhs) {
Expand Down Expand Up @@ -133,4 +135,5 @@ extension SwiftTraderError: Equatable {
}
}
}

// swiftlint:enable cyclomatic_complexity
// swiftlint:enable function_body_length

0 comments on commit 37891cc

Please sign in to comment.