[CAT-92] DatabaseClient 모듈 추가 #38
Annotations
10 warnings
Projects/Core/KeychainClient/Tests/KeychainClientTests.swift#L20
Remove overridden functions that don't do anything except call their super (unneeded_override)
|
Projects/Core/DatabaseClient/Tests/DatabaseClientTests.swift#L1
Files should not contain leading whitespace (leading_whitespace)
|
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/Interface/DatabaseClientInterface.swift#L34
Returning Void in a function declaration is redundant (redundant_void_return)
|
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#L22
Closure parameters should be on the same line as opening brace (closure_parameter_position)
|
This job succeeded
Loading