Skip to content

[CAT-92] DatabaseClient 모듈 추가 #42

[CAT-92] DatabaseClient 모듈 추가

[CAT-92] DatabaseClient 모듈 추가 #42

Triggered via pull request August 3, 2024 18:09
Status Success
Total duration 16s
Artifacts

ci.yml

on: pull_request
Run Swiftlint
7s
Run Swiftlint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run Swiftlint: Projects/Core/DatabaseClient/Interface/DatabaseClientInterface.swift#L77
Force casts should be avoided (force_cast)
Run Swiftlint: Projects/Core/DatabaseClient/Interface/DatabaseClientInterface.swift#L70
Implicitly unwrapped optionals should be avoided when possible (implicitly_unwrapped_optional)
Run Swiftlint: Projects/Core/APIClient/Interface/APIRequestLoaderInterface.swift#L13
Type name 'T' should be between 3 and 40 characters long (type_name)
Run Swiftlint: Projects/Core/DatabaseClient/Sources/DatabaseClient.swift#L34
Force casts should be avoided (force_cast)
Run Swiftlint: Projects/Core/APIClient/Interface/TargetTypeInterface.swift#L44
Files should have a single trailing newline (trailing_newline)
Run Swiftlint: Projects/Core/APIClient/Sources/Plugin/EventLoggerDelegate.swift#L33
Force unwrapping should be avoided (force_unwrapping)
Run Swiftlint: Projects/Core/APIClient/Sources/TargetType.swift#L17
Force unwrapping should be avoided (force_unwrapping)
Run Swiftlint: Projects/Feature/HomeFeature/Sources/HomeCore.swift#L24
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
Run Swiftlint: Projects/Feature/HomeFeature/Sources/HomeCore.swift#L30
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
Run Swiftlint: Projects/Domain/AppService/Sources/AppService.swift#L18
Returning Void in a function declaration is redundant (redundant_void_return)