Skip to content

Commit

Permalink
remove disable for swiftlint:function_body_length
Browse files Browse the repository at this point in the history
denizak committed Nov 20, 2022
1 parent 2155e59 commit 7cf6132
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/CodeEditTextView/STTextViewController.swift
Original file line number Diff line number Diff line change
@@ -72,7 +72,6 @@ public class STTextViewController: NSViewController, STTextViewDelegate, ThemeAt

// MARK: VC Lifecycle

// swiftlint:disable function_body_length
public override func loadView() {
let scrollView = STTextView.scrollableTextView()
textView = scrollView.documentView as? STTextView

0 comments on commit 7cf6132

Please sign in to comment.