Added support for changeable SwiftUI .keyboardShortcuts, based on the… #155
Annotations
11 warnings
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/
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
Sources/KeyboardShortcuts/RecorderCocoa.swift#L216
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Sources/KeyboardShortcuts/RecorderCocoa.swift#L296
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
This job succeeded
Loading