We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cb556 commit d89d6b8Copy full SHA for d89d6b8
Sources/CodeEditSourceEditor/CodeEditSourceEditor/CodeEditSourceEditor.swift
@@ -10,6 +10,9 @@ import SwiftUI
10
import CodeEditTextView
11
import CodeEditLanguages
12
13
+// This type is messy, but it needs *so* many parameters that this is pretty much unavoidable.
14
+// swiftlint:disable type_body_length
15
+
16
/// A SwiftUI View that provides source editing functionality.
17
public struct CodeEditSourceEditor: NSViewControllerRepresentable {
18
package enum TextAPI {
@@ -394,3 +397,5 @@ public struct CodeEditTextView: View {
394
397
EmptyView()
395
398
}
396
399
400
401
+// swiftlint:enable type_body_length
0 commit comments