Linting #6
Annotations
10 errors and 10 warnings
GitHub Action for SwiftLint:
Example/Example App/StreamDeckKit_ExampleApp.swift#L22
Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
|
GitHub Action for SwiftLint:
Example/Example App/StreamDeckKit_ExampleApp.swift#L12
Type Name Violation: Type name 'StreamDeckKit_ExampleApp' should only contain alphanumeric and other allowed characters (type_name)
|
GitHub Action for SwiftLint:
Tests/StreamDeckSDKTests/Helper/StreamDeckRobot.swift#L216
Identifier Name Violation: Variable name 'x' should be between 3 and 40 characters long (identifier_name)
|
GitHub Action for SwiftLint:
Tests/StreamDeckSDKTests/Helper/StreamDeckRobot.swift#L217
Identifier Name Violation: Variable name 'y' should be between 3 and 40 characters long (identifier_name)
|
GitHub Action for SwiftLint:
Sources/StreamDeckSimulator/Views/StreamDeckSimulatorView.swift#L173
Identifier Name Violation: Variable name 'x' should be between 3 and 40 characters long (identifier_name)
|
GitHub Action for SwiftLint:
Sources/StreamDeckKit/Layout/StreamDeckViewContext.swift#L97
Identifier Name Violation: Function name '_createDummyForSimulator(_:)' should start with a lowercase character (identifier_name)
|
GitHub Action for SwiftLint:
Sources/StreamDeckKit/Extensions/StreamDeck+OperationQueue.swift#L105
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 23 (cyclomatic_complexity)
|
GitHub Action for SwiftLint:
Sources/StreamDeckKit/StreamDeckSession.swift#L188
Identifier Name Violation: Function name '_appendSimulator(device:)' should start with a lowercase character (identifier_name)
|
GitHub Action for SwiftLint:
Sources/StreamDeckKit/StreamDeckSession.swift#L196
Identifier Name Violation: Function name '_removeSimulator(device:)' should start with a lowercase character (identifier_name)
|
GitHub Action for SwiftLint:
Sources/StreamDeckKit/Models/StreamDeckProductId.swift#L27
Identifier Name Violation: Variable name 'sd_original' should only contain alphanumeric and other allowed characters (identifier_name)
|
GitHub Action for SwiftLint:
Package.swift#L23
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint:
Example/Example App/ContentView.swift#L36
Line Length Violation: Line should be 120 characters or less; currently it has 125 characters (line_length)
|
GitHub Action for SwiftLint:
Example/Example App/ContentView.swift#L42
Line Length Violation: Line should be 120 characters or less; currently it has 128 characters (line_length)
|
GitHub Action for SwiftLint:
Example/Example App/ContentView.swift#L64
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
GitHub Action for 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)
|
GitHub Action for SwiftLint:
Example/Example App/StreamDeckLayoutView.swift#L16
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
Example/Example App/StreamDeckLayoutView.swift#L13
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
GitHub Action for SwiftLint:
Tests/StreamDeckSDKTests/VersionsTests.swift#L39
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
GitHub Action for SwiftLint:
Tests/StreamDeckSDKTests/Helper/StreamDeckRobot.swift#L235
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
GitHub Action for 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)
|
The logs for this run have expired and are no longer available.
Loading