[CAT-161] Feature: token interceptor를 포함한 API 모듈 수정 #18
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/Sources/APIBaseRequest.swift#L15
Force unwrapping should be avoided (force_unwrapping)
|
Projects/Core/APIClient/Sources/TokenInterceptor.swift#L48
Force unwrapping should be avoided (force_unwrapping)
|
Projects/Core/APIClient/Sources/TokenInterceptor.swift#L43
Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
Projects/Core/APIClient/Sources/APIClient.swift#L20
Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
Projects/Feature/HomeFeature/Sources/HomeCore.swift#L28
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
Projects/Feature/HomeFeature/Sources/HomeCore.swift#L35
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
This job succeeded
Loading