We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89d6b8 commit 168d278Copy full SHA for 168d278
1 file changed
Sources/CodeEditSourceEditor/CodeEditSourceEditor/CodeEditSourceEditor.swift
@@ -11,6 +11,7 @@ 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 file_length
15
// swiftlint:disable type_body_length
16
17
/// A SwiftUI View that provides source editing functionality.
@@ -399,3 +400,4 @@ public struct CodeEditTextView: View {
399
400
}
401
402
// swiftlint:enable type_body_length
403
+// swiftlint:enable file_length
0 commit comments