Skip to content

Commit dfd17ea

Browse files
committed
fix: resolve remaining SwiftLint violations
1 parent 464c27a commit dfd17ea

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

TablePro/Core/Plugins/PluginMetadataRegistry.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ final class PluginMetadataRegistry: @unchecked Sendable {
164164
}
165165
}
166166
}
167-
// swiftlint:enable function_body_length
168-
169167
func register(snapshot: PluginMetadataSnapshot, forTypeId typeId: String) {
170168
lock.lock()
171169
defer { lock.unlock() }

TablePro/Views/Connection/ConnectionFormView.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ import SwiftUI
1010
import TableProPluginKit
1111
import UniformTypeIdentifiers
1212

13-
// swiftlint:disable file_length
13+
// swiftlint:disable file_length type_body_length
1414
/// Form for creating or editing a database connection
15-
// swiftlint:disable:next type_body_length
1615
struct ConnectionFormView: View {
1716
private static let logger = Logger(subsystem: "com.TablePro", category: "ConnectionFormView")
1817
@Environment(\.openWindow) private var openWindow

0 commit comments

Comments
 (0)