Skip to content

Lint

Lint #38

Triggered via push September 24, 2023 04:59
Status Failure
Total duration 1m 20s
Artifacts

Tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
SwiftLint: Sources/TestRunner/Scene.swift#L4
Line Length Violation: Line should be 200 characters or less; currently it has 248 characters (line_length)
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/Scene.swift#L6
Line Length Violation: Line should be 120 characters or less; currently it has 138 characters (line_length)
SwiftLint: Sources/TestRunner/Scene.swift#L16
Line Length Violation: Line should be 120 characters or less; currently it has 148 characters (line_length)
SwiftLint: Sources/TestRunner/Scene.swift#L19
Line Length Violation: Line should be 120 characters or less; currently it has 127 characters (line_length)
SwiftLint: Sources/TestRunner/Scene.swift#L23
Line Length Violation: Line should be 120 characters or less; currently it has 193 characters (line_length)
SwiftLint: Package.swift#L13
Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
SwiftLint: Package.swift#L14
Line Length Violation: Line should be 120 characters or less; currently it has 127 characters (line_length)
SwiftLint: Sources/TestRunner/SceneRunner.swift#L13
Line Length Violation: Line should be 120 characters or less; currently it has 132 characters (line_length)
SwiftLint: Sources/TestRunner/SceneRunner.swift#L35
Line Length Violation: Line should be 120 characters or less; currently it has 181 characters (line_length)
SwiftLint: Sources/TestRunner/SceneRunner+Create.swift#L12
Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
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/