Skip to content

Commit

Permalink
Disable type_body_length rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaemepereira committed Jan 5, 2024
1 parent c3af223 commit 5ed8467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDuckGo/TabBar/ViewModel/TabCollectionViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ protocol TabCollectionViewModelDelegate: AnyObject {
}

@MainActor
// swiftlint:disable:next type_body_length
final class TabCollectionViewModel: NSObject {

weak var delegate: TabCollectionViewModelDelegate?
Expand Down

0 comments on commit 5ed8467

Please sign in to comment.