Skip to content

Commit

Permalink
iOS: Disable long identifier_name
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-magda committed Oct 13, 2023
1 parent 305d06a commit e8a7e3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ final class ProjectSelectionDetailsViewModel: FeatureViewModel<
// MARK: - ProjectSelectionDetailsViewModel (NSNotification.Name) -

extension NSNotification.Name {
// swiftlint:disable:next identifier_name
static let projectSelectionDetailsDidRequestNavigateToStudyPlanAsNewRootScreen =
NSNotification.Name("ProjectSelectionDetailsDidRequestNavigateToStudyPlanAsNewRootScreen")
}

0 comments on commit e8a7e3c

Please sign in to comment.