Skip to content

Vision OS compile fixes #13

Vision OS compile fixes

Vision OS compile fixes #13

Triggered via pull request December 2, 2023 01:35
Status Failure
Total duration 47s
Artifacts

swiftlint.yml

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

Annotations

10 errors and 1 warning
SwiftLint: Example/Example/Main/MainViewController.swift#L8
Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
SwiftLint: Sources/Runestone/Library/ByteRange.swift#L31
Prefer Self in Static References Violation: Use `Self` to refer to the surrounding type name (prefer_self_in_static_references)
SwiftLint: Sources/Runestone/TextView/PageGuide/PageGuideView.swift#L15
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/Runestone/TextView/LineController/LineFragmentSelectionRect.swift#L9
Unneeded Synthesized Initializer Violation: This memberwise initializer would be synthesized automatically - you do not need to define it (unneeded_synthesized_initializer)
SwiftLint: Sources/Runestone/TextView/Core/TextView.swift#L200
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/Runestone/TextView/Core/TextView.swift#L220
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/Runestone/TextView/Core/TextInputStringTokenizer.swift#L132
Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
SwiftLint: Sources/Runestone/TextView/Core/TextInputStringTokenizer.swift#L31
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
SwiftLint: Sources/Runestone/TextView/Core/TextInputStringTokenizer.swift#L51
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
SwiftLint: Sources/Runestone/TextView/Appearance/Theme.swift#L82
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint
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/