Fix lint issues.

This commit is contained in:
Brent Simmons
2025-01-23 22:17:28 -08:00
parent ec88ebee22
commit ae2b017ae0
10 changed files with 47 additions and 26 deletions

View File

@@ -138,6 +138,7 @@ extension Article {
}
}
// swiftlint:disable:next cyclomatic_complexity
func byline() -> String {
guard let authors = authors ?? feed?.authors, !authors.isEmpty else {
return ""