Skip to content

Commit

Permalink
Fixing Swift Lint ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed Oct 1, 2024
1 parent db17887 commit 3b2bae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Example/Example/UIKit/MagicBellStoreViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class MagicBellStoreViewController: UITableViewController,

// MARK: UITableViewDelegate

// swiftlint:disable cyclomatic_complexity
// swiftlint:disable cyclomatic_complexity function_body_length
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated: true)

Expand Down Expand Up @@ -304,6 +304,7 @@ class MagicBellStoreViewController: UITableViewController,

present(alert, animated: true, completion: nil)
}
// swiftlint:enable cyclomatic_complexity function_body_length

override func scrollViewDidScroll(_ scrollView: UIScrollView) {
if !isLoadingNextPage &&
Expand Down

0 comments on commit 3b2bae1

Please sign in to comment.