Skip to content

Commit

Permalink
chore: disable swiftlint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Nov 23, 2022
1 parent 5665835 commit 7c84e2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import FirebaseAuth

public typealias AuthStateChangedObserver = () -> Void

// swiftlint:disable type_body_length
@objc public class FirebaseAuthentication: NSObject {
public var authStateObserver: AuthStateChangedObserver?
private let plugin: FirebaseAuthenticationPlugin
Expand Down

0 comments on commit 7c84e2a

Please sign in to comment.