Skip to content

fix(ui): sidebar blur fix with NSEffectView #611

fix(ui): sidebar blur fix with NSEffectView

fix(ui): sidebar blur fix with NSEffectView #611

Triggered via push September 24, 2023 13:01
Status Success
Total duration 50s
Artifacts

SwiftLint.yml

on: push
SwiftLint
41s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
SwiftLint: Swiftcord/Views/Server/ServerButton.swift#L63
Indentation Width Violation: Code should be indented with tabs or 4 spaces, but not both in the same line (indentation_width)
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/Message/MessagesView.swift#L405
File Length Violation: File should contain 400 lines or less: currently contains 405 (file_length)
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)