Skip to content

Commit d89d6b8

Browse files
committed
Lint Error
1 parent a7cb556 commit d89d6b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/CodeEditSourceEditor/CodeEditSourceEditor/CodeEditSourceEditor.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ import SwiftUI
1010
import CodeEditTextView
1111
import CodeEditLanguages
1212

13+
// This type is messy, but it needs *so* many parameters that this is pretty much unavoidable.
14+
// swiftlint:disable type_body_length
15+
1316
/// A SwiftUI View that provides source editing functionality.
1417
public struct CodeEditSourceEditor: NSViewControllerRepresentable {
1518
package enum TextAPI {
@@ -394,3 +397,5 @@ public struct CodeEditTextView: View {
394397
EmptyView()
395398
}
396399
}
400+
401+
// swiftlint:enable type_body_length

0 commit comments

Comments
 (0)