[CAT-93] DesignSystem 구축 #45
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/UserDefaultsClient/Tests/UserDefaultsClientTests.swift#L67
Force unwrapping should be avoided (force_unwrapping)
|
Projects/Core/DatabaseClient/Sources/DatabaseClient.swift#L34
Force casts should be avoided (force_cast)
|
Projects/Core/APIClient/Sources/TokenInterceptor.swift#L30
Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
Projects/Core/APIClient/Sources/TargetType.swift#L17
Force unwrapping should be avoided (force_unwrapping)
|
Projects/Core/APIClient/Sources/APIReqeustLoader.swift#L17
Prefer at least one space after slashes for comments (comment_spacing)
|
Projects/Core/APIClient/Sources/APIReqeustLoader.swift#L27
Prefer at least one space after slashes for comments (comment_spacing)
|
Projects/Core/APIClient/Sources/APIReqeustLoader.swift#L14
Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
Projects/Shared/DesignSystem/Example/Sources/NavigationDetailView.swift#L21
Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
This job succeeded
Loading