Skip to content

Commit

Permalink
meta: disable swiftlint file length check in TBDBClient.swift (#2435)
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight authored Nov 23, 2022
1 parent f781ecb commit 907d2ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Samples/TrendingMovies/TrendingMovies/TMDb/TMDbClient.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import Foundation

// swiftlint:disable type_body_length

class TMDbClient: NSObject, URLSessionDataDelegate, URLSessionTaskDelegate {
enum TMDbClientError: Swift.Error {
case URLConstructionFailed
Expand Down Expand Up @@ -608,3 +610,5 @@ private func getRegionQueryItem(locale: Locale) -> URLQueryItem? {
}
return nil
}

// swiftlint:enable type_body_length

0 comments on commit 907d2ce

Please sign in to comment.