[CAT-104] UserDefaultsClient 모듈 추가 #43
Annotations
10 warnings
Projects/Core/DatabaseClient/Interface/DatabaseClientInterface.swift#L77
Force casts should be avoided (force_cast)
|
Projects/Core/DatabaseClient/Interface/DatabaseClientInterface.swift#L70
Implicitly unwrapped optionals should be avoided when possible (implicitly_unwrapped_optional)
|
Projects/Core/DatabaseClient/Sources/DatabaseClient.swift#L34
Force casts should be avoided (force_cast)
|
Projects/Core/UserDefaultsClient/Tests/UserDefaultsClientTests.swift#L67
Force unwrapping should be avoided (force_unwrapping)
|
Projects/Core/APIClient/Interface/APIRequestLoaderInterface.swift#L13
Type name 'T' should be between 3 and 40 characters long (type_name)
|
Projects/Core/APIClient/Interface/TargetTypeInterface.swift#L44
Files should have a single trailing newline (trailing_newline)
|
Projects/Core/APIClient/Sources/Plugin/EventLoggerDelegate.swift#L33
Force unwrapping should be avoided (force_unwrapping)
|
Projects/Core/APIClient/Sources/TargetType.swift#L17
Force unwrapping should be avoided (force_unwrapping)
|
Projects/Feature/HomeFeature/Sources/HomeCore.swift#L24
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
Projects/Feature/HomeFeature/Sources/HomeCore.swift#L30
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
This job succeeded
Loading