Skip to content

Building, Testing, Linting #1

Building, Testing, Linting

Building, Testing, Linting #1

Triggered via push February 19, 2024 14:16
Status Success
Total duration 2m 50s
Billable time 4m
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SwiftLint: Package.swift#L23
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
SwiftLint: Example/Example App/ContentView.swift#L37
Line Length Violation: Line should be 120 characters or less; currently it has 125 characters (line_length)
SwiftLint: Example/Example App/ContentView.swift#L43
Line Length Violation: Line should be 120 characters or less; currently it has 128 characters (line_length)
SwiftLint: Example/Example App/ContentView.swift#L65
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
SwiftLint: Tests/StreamDeckSDKTests/VersionsTests.swift#L39
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: Example/Example App/StreamDeckLayoutView.swift#L34
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
SwiftLint: Example/Example App/StreamDeckLayoutView.swift#L16
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Example/Example App/StreamDeckLayoutView.swift#L13
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
SwiftLint: Tests/StreamDeckSDKTests/Helper/StreamDeckRobot.swift#L235
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
SwiftLint: Tests/StreamDeckSDKTests/Helper/TestViews.swift#L93
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)