Vision OS compile fixes #13
Annotations
10 errors and 1 warning
GitHub Action for SwiftLint:
Example/Example/Main/MainViewController.swift#L8
Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
|
GitHub Action for 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)
|
GitHub Action for SwiftLint:
Sources/Runestone/TextView/PageGuide/PageGuideView.swift#L15
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for 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)
|
GitHub Action for SwiftLint:
Sources/Runestone/TextView/Core/TextView.swift#L200
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
Sources/Runestone/TextView/Core/TextView.swift#L220
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
Sources/Runestone/TextView/Core/TextInputStringTokenizer.swift#L132
Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
|
GitHub Action for 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)
|
GitHub Action for 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)
|
GitHub Action for SwiftLint:
Sources/Runestone/TextView/Appearance/Theme.swift#L82
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
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/
|
The logs for this run have expired and are no longer available.
Loading