feat: cache priority and tests (#96) #170
Annotations
10 warnings
|
Run SwiftLint:
FlagsmithClient/Tests/CustomerCacheUseCaseTests.swift#L341
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
|
Run SwiftLint:
FlagsmithClient/Tests/CustomerCacheUseCaseTests.swift#L34
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
|
Run SwiftLint:
FlagsmithClient/Tests/CustomerCacheUseCaseTests.swift#L33
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
|
Run SwiftLint:
FlagsmithClient/Tests/APIErrorCacheFallbackCoreTests.swift#L140
Empty Enum Arguments Violation: Arguments can be omitted when matching enums with associated values if they are not used (empty_enum_arguments)
|
|
Run SwiftLint:
FlagsmithClient/Tests/APIManagerTests.swift#L149
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
|
Run SwiftLint:
FlagsmithClient/Tests/APIManagerTests.swift#L117
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
|
Run SwiftLint:
FlagsmithClient/Tests/APIManagerTests.swift#L108
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
|
Run SwiftLint:
FlagsmithClient/Tests/APIManagerTests.swift#L187
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
|
Run SwiftLint:
FlagsmithClient/Tests/APIManagerTests.swift#L163
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 67 lines (function_body_length)
|
|
Run SwiftLint:
Example/FlagsmithClient/SwiftUIView.swift#L15
Type Body Length Violation: Struct body should span 250 lines or less excluding comments and whitespace: currently spans 251 lines (type_body_length)
|
Loading