Skip to content

Added support for changeable SwiftUI .keyboardShortcuts, based on the… #156

Added support for changeable SwiftUI .keyboardShortcuts, based on the…

Added support for changeable SwiftUI .keyboardShortcuts, based on the… #156

Triggered via pull request July 25, 2024 00:26
Status Success
Total duration 42s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: Sources/KeyboardShortcuts/SwiftUI+Extensions.swift#L106
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
lint: Sources/KeyboardShortcuts/Name.swift#L45
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
lint: Sources/KeyboardShortcuts/Shortcut.swift#L128
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
lint: Sources/KeyboardShortcuts/Shortcut.swift#L135
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
lint: Sources/KeyboardShortcuts/Shortcut.swift#L255
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
lint: Sources/KeyboardShortcuts/RecorderCocoa.swift#L243
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
lint: Sources/KeyboardShortcuts/RecorderCocoa.swift#L255
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
lint: Sources/KeyboardShortcuts/RecorderCocoa.swift#L265
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
lint: Sources/KeyboardShortcuts/RecorderCocoa.swift#L275
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
lint: Sources/KeyboardShortcuts/RecorderCocoa.swift#L216
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)