Skip to content

Commit

Permalink
disable cyclomatic_complexity for attendance
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMoonThatRises committed Nov 7, 2024
1 parent 4f43b5a commit 7960828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PortalBook/Views/Tabs/AttendanceView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ struct AttendanceView: View {
}
}

// swiftlint:disable:next cyclomatic_complexity
private func populateAttendance() {
if let attendance = dataCache.attendance {
attendanceData.removeAll()
Expand Down

0 comments on commit 7960828

Please sign in to comment.