Skip to content

Commit cba3a45

Browse files
committed
fix lint
1 parent 2adc5f5 commit cba3a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flutter/ios/Classes/SentryFlutterPluginApple.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import FlutterMacOS
77
import AppKit
88
#endif
99

10-
// swiftlint:disable file_length
10+
// swiftlint:disable file_length function_body_length
1111

1212
// swiftlint:disable:next type_body_length
1313
public class SentryFlutterPluginApple: NSObject, FlutterPlugin {
@@ -53,7 +53,7 @@ public class SentryFlutterPluginApple: NSObject, FlutterPlugin {
5353

5454
}
5555

56-
// swiftlint:disable:next cyclomatic_complexity function_body_length
56+
// swiftlint:disable:next cyclomatic_complexity
5757
public func handle(_ call: FlutterMethodCall, result: @escaping FlutterResult) {
5858
switch call.method as String {
5959
case "loadContexts":

0 commit comments

Comments
 (0)