Custom UserDefaults suite #180
Annotations
10 warnings
|
lint:
Sources/KeyboardShortcuts/Utilities.swift#L625
Block Based KVO Violation: Prefer the new block based KVO API with keypaths when using Swift 3.2 or later (block_based_kvo)
|
|
lint:
Sources/KeyboardShortcuts/Utilities.swift#L628
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
|
lint:
Sources/KeyboardShortcuts/Utilities.swift#L628
Discouraged Optional Collection Violation: Prefer empty collection over optional collection (discouraged_optional_collection)
|
|
lint:
Sources/KeyboardShortcuts/Utilities.swift#L565
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
|
lint:
Sources/KeyboardShortcuts/Utilities.swift#L573
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
|
lint:
Sources/KeyboardShortcuts/Utilities.swift#L585
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
|
lint:
Sources/KeyboardShortcuts/Utilities.swift#L589
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
|
lint:
Sources/KeyboardShortcuts/Utilities.swift#L592
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
|
lint:
Sources/KeyboardShortcuts/Utilities.swift#L596
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
|
lint:
Sources/KeyboardShortcuts/Utilities.swift#L604
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|