add LocalStorageKey; rework LocalStorage API #89
Annotations
10 errors
SwiftLint:
Sources/SpeziLocalStorage/LocalStorageKey.swift#L73
Private Combine Subject Violation: Combine Subject should be private (private_subject)
|
SwiftLint:
Sources/SpeziLocalStorage/LocalStorageEntry.swift#L36
Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
|
SwiftLint:
Sources/SpeziLocalStorage/LocalStorageEntry.swift#L40
Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
|
SwiftLint:
Sources/SpeziLocalStorage/LocalStorageEntry.swift#L15
File Types Order Violation: A 'main_type' should not be placed amongst the file type(s) 'supporting_type' (file_types_order)
|
SwiftLint:
Sources/SpeziLocalStorage/LocalStorageEntry.swift#L21
Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
|
SwiftLint:
Sources/SpeziLocalStorage/LocalStorageEntry.swift#L25
Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
|
SwiftLint:
Tests/UITests/TestApp/LocalStorageTests/LocalStorageLiveUpdateTestView.swift#L39
Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
|
SwiftLint:
Tests/UITests/TestApp/LocalStorageTests/LocalStorageLiveUpdateTestView.swift#L14
File Types Order Violation: An 'extension' should not be placed amongst the file type(s) 'supporting_type' (file_types_order)
|
SwiftLint:
Tests/UITests/TestApp/LocalStorageTests/LocalStorageLiveUpdateTestView.swift#L19
File Types Order Violation: A 'main_type' should not be placed amongst the file type(s) 'supporting_type' (file_types_order)
|
SwiftLint:
Tests/UITests/TestApp/LocalStorageTests/LocalStorageLiveUpdateTestView.swift#L28
Force Try Violation: Force tries should be avoided (force_try)
|
Loading