Skip to content

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

[CAT-92] DatabaseClient 모듈 추가

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

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

ci.yml

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

Annotations

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