Skip to content

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

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

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

Triggered via pull request July 17, 2024 20:36
Status Success
Total duration 37s
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/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#L258
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/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/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#L202
Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant (redundant_optional_initialization)
lint: Sources/KeyboardShortcuts/RecorderCocoa.swift#L203
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)