Merge pull request #8 from orchidfire/master #32
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
SwiftLint:
TestRunnerApp/AppDelegate.swift#L12
Line Length Violation: Line should be 120 characters or less; currently it has 144 characters (line_length)
|
SwiftLint:
Sources/TestRunner/protocol/SceneRunnerKind.swift#L20
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
SwiftLint:
Sources/TestRunner/protocol/SceneRunnerKind.swift#L7
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Sources/TestRunner/protocol/SceneRunnerKind.swift#L10
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Sources/TestRunner/protocol/SceneRunnerKind.swift#L13
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Sources/TestRunner/protocol/SceneRunnerKind.swift#L16
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Sources/TestRunner/Scene.swift#L9
Line Length Violation: Line should be 120 characters or less; currently it has 138 characters (line_length)
|
SwiftLint:
Sources/TestRunner/Scene.swift#L21
Line Length Violation: Line should be 120 characters or less; currently it has 148 characters (line_length)
|
SwiftLint:
Sources/TestRunner/Scene.swift#L30
Line Length Violation: Line should be 120 characters or less; currently it has 193 characters (line_length)
|
SwiftLint:
Sources/TestRunner/Scene.swift#L4
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|