chore: Update CDMarkdown to 4b328bc7bbf4a822b56a6b925fb087275cca2ed4 #4921
Annotations
10 warnings
|
SwiftLint:
NextcloudTalk/Settings/DiagnosticsTableViewController.swift#L559
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
|
|
SwiftLint:
NextcloudTalk/Settings/DiagnosticsTableViewController.swift#L337
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
|
SwiftLint:
NextcloudTalk/AppDelegate.swift#L378
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
|
SwiftLint:
NextcloudTalk/AppDelegate.swift#L292
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
|
SwiftLint:
NextcloudTalk/AppDelegate.swift#L173
Todo Violation: TODOs should be resolved (Modernization - Consider adopt...) (todo)
|
|
SwiftLint:
NextcloudTalk/AppDelegate.swift#L497
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
|
|
SwiftLint:
NextcloudTalk/AppDelegate.swift#L134
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
|
|
SwiftLint:
NextcloudTalk/AppDelegate.swift#L128
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
|
|
SwiftLint:
NextcloudTalkTests/Integration/IntegrationRoomTest.swift#L304
Todo Violation: TODOs should be resolved (Check for lastMessage does not...) (todo)
|
|
SwiftLint:
NextcloudTalkTests/Integration/XCTestCaseExtensions.swift#L16
Todo Violation: TODOs should be resolved (This should probably be part o...) (todo)
|