Skip to content

Commit 168d278

Browse files
committed
Fixing the lint cause the lint to be mad 👎
1 parent d89d6b8 commit 168d278

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/CodeEditSourceEditor/CodeEditSourceEditor/CodeEditSourceEditor.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import CodeEditTextView
1111
import CodeEditLanguages
1212

1313
// This type is messy, but it needs *so* many parameters that this is pretty much unavoidable.
14+
// swiftlint:disable file_length
1415
// swiftlint:disable type_body_length
1516

1617
/// A SwiftUI View that provides source editing functionality.
@@ -399,3 +400,4 @@ public struct CodeEditTextView: View {
399400
}
400401

401402
// swiftlint:enable type_body_length
403+
// swiftlint:enable file_length

0 commit comments

Comments
 (0)