Skip to content

Commit

Permalink
resolve PR conversations
Browse files Browse the repository at this point in the history
  • Loading branch information
devahmedshendy committed Jan 22, 2024
1 parent bae6390 commit 5eb28b8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ extension PodcastPerson {
self.init(rawValue: caseInsensitive.lowercased())
}

// swiftlint:disable:next function_body_length cyclomatic_complexity
init?(role: Role) {
switch role {
case .guest:
Expand Down Expand Up @@ -78,6 +79,7 @@ extension PodcastPerson {
}
}

// swiftlint:disable:next cyclomatic_complexity
private init(knownRole: KnownRole) {
switch knownRole {
case .guest:
Expand Down

0 comments on commit 5eb28b8

Please sign in to comment.