Added support for changeable SwiftUI .keyboardShortcuts, based on the… #156
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)
|