File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ struct AreaTabBar<Tab: AreaTab>: View {
185
185
case next
186
186
}
187
187
188
- // swiftlint: disable function_parameter_count
188
+ // swiftlint:disable function_parameter_count
189
189
private func swapTab(
190
190
tab: Tab ,
191
191
currentIndex: Int ,
@@ -236,7 +236,7 @@ struct AreaTabBar<Tab: AreaTab>: View {
236
236
items. swapAt ( currentIndex, swapIndex)
237
237
}
238
238
}
239
- // swiftlint: enable function_parameter_count
239
+ // swiftlint:enable function_parameter_count
240
240
241
241
private func isWithinPrevTopBounds(
242
242
_ curLocation: CGFloat , _ swapLocation: CGRect , _ swapWidth: CGFloat
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ extension LSPService {
44
44
}
45
45
}
46
46
47
+ // swiftlint:disable cyclomatic_complexity
47
48
private func handleRequest( _ request: ServerRequest ) {
48
49
switch request {
49
50
case let . workspaceConfiguration( params, handler) :
@@ -70,6 +71,7 @@ extension LSPService {
70
71
default :
71
72
print ( )
72
73
}
74
+ // swiftlint:enable cyclomatic_complexity
73
75
}
74
76
75
77
private func handleNotification( _ notification: ServerNotification ) {
You can’t perform that action at this time.
0 commit comments