Support NSUbiquitousKeyValueStore
#242
Annotations
10 warnings
lint:
Sources/Defaults/Defaults+iCloud.swift#L333
Switch and Case Statement Alignment Violation: Case statements should vertically aligned with their closing brace (switch_case_alignment)
|
lint:
Sources/Defaults/Defaults+iCloud.swift#L335
Switch and Case Statement Alignment Violation: Case statements should vertically aligned with their closing brace (switch_case_alignment)
|
lint:
Sources/Defaults/Defaults.swift#L119
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
lint:
Sources/Defaults/Defaults+Protocol.swift#L77
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/Defaults/Defaults+Extensions.swift#L173
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
lint:
Tests/DefaultsTests/DefaultsSetAlgebraCustomElementTests.swift#L88
Discouraged Optional Collection Violation: Prefer empty collection over optional collection (discouraged_optional_collection)
|
lint:
Tests/DefaultsTests/DefaultsSetAlgebraCustomElementTests.swift#L132
Discouraged Optional Collection Violation: Prefer empty collection over optional collection (discouraged_optional_collection)
|
lint:
Tests/DefaultsTests/DefaultsArrayTests.swift#L111
Discouraged Optional Collection Violation: Prefer empty collection over optional collection (discouraged_optional_collection)
|
lint:
Tests/DefaultsTests/DefaultsArrayTests.swift#L31
Discouraged Optional Collection Violation: Prefer empty collection over optional collection (discouraged_optional_collection)
|
lint:
Tests/DefaultsTests/DefaultsArrayTests.swift#L160
Discouraged Optional Collection Violation: Prefer empty collection over optional collection (discouraged_optional_collection)
|