feat: changed swiftlint rules for body and file length

This commit is contained in:
Serhiy Mytrovtsiy
2022-10-04 21:45:40 +02:00
parent 42515ca1b5
commit e02586b7f4
4 changed files with 5 additions and 7 deletions

View File

@@ -12,7 +12,6 @@
import Cocoa
import Kit
// swiftlint:disable type_body_length
internal class Popup: NSStackView, Popup_p {
public var sizeCallback: ((NSSize) -> Void)? = nil