patch(README): insert prominent note regarding project status #650
Annotations
10 warnings
SwiftLint:
Swiftcord/Utils/Keychain.swift#L89
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
SwiftLint:
Swiftcord/Views/Utils/VisualEffect.swift#L16
Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
|
SwiftLint:
Swiftcord/Views/Utils/VisualEffect.swift#L15
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Swiftcord/Views/Utils/VisualEffect.swift#L12
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
SwiftLint:
Swiftcord/Views/Utils/DialogView.swift#L58
Superfluous Disable Command Violation: SwiftLint rule 'vertical_parameter_alignment_on_call' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
SwiftLint:
Swiftcord/Views/Server/ServerView.swift#L110
Redundant Discardable Let Violation: Prefer `_ = foo()` over `let _ = foo()` when discarding a result from a function (redundant_discardable_let)
|
SwiftLint:
Swiftcord/Views/Server/ServerJoinView.swift#L63
Superfluous Disable Command Violation: SwiftLint rule 'vertical_parameter_alignment_on_call' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
SwiftLint:
Swiftcord/Views/Message/MessagesView.swift#L420
File Length Violation: File should contain 400 lines or less: currently contains 420 (file_length)
|
SwiftLint:
Swiftcord/Views/Message/MessagesView.swift#L246
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 59 lines (function_body_length)
|
SwiftLint:
Swiftcord/Views/Message/MessagesView.swift#L134
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 251 lines (type_body_length)
|