Skip to content

RunestoneSwiftUI

RunestoneSwiftUI #18

Triggered via pull request June 18, 2024 04:00
@nighthawknighthawk
synchronize #1
swiftui
Status Failure
Total duration 41s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
30s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
SwiftLint: Sources/RunestoneSwiftUI/OverridingTheme.swift#L9
Sorted Imports Violation: Imports should be sorted (sorted_imports)
SwiftLint: Sources/RunestoneSwiftUI/OverridingTheme.swift#L13
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/RunestoneSwiftUI/OverridingTheme.swift#L19
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/RunestoneSwiftUI/OverridingTheme.swift#L33
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/RunestoneSwiftUI/OverridingTheme.swift#L37
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/RunestoneSwiftUI/TextEditor.swift#L55
Conditional Returns on Newline Violation: Conditional statements should always return on the next line (conditional_returns_on_newline)
SwiftLint: Sources/RunestoneSwiftUI/TextEditor.swift#L87
Conditional Returns on Newline Violation: Conditional statements should always return on the next line (conditional_returns_on_newline)
SwiftLint: Sources/RunestoneSwiftUI/TextEditor.swift#L59
Cases on Newline Violation: Cases inside a switch should always be on a newline (switch_case_on_newline)
SwiftLint: Sources/RunestoneSwiftUI/TextEditor.swift#L60
Cases on Newline Violation: Cases inside a switch should always be on a newline (switch_case_on_newline)
SwiftLint: Sources/RunestoneSwiftUI/TextEditor.swift#L61
Cases on Newline Violation: Cases inside a switch should always be on a newline (switch_case_on_newline)