Skip to content

[CAT-61] URLSession 서버통신 구현 #34

[CAT-61] URLSession 서버통신 구현

[CAT-61] URLSession 서버통신 구현 #34

Triggered via pull request July 26, 2024 16:02
Status Success
Total duration 17s
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/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)
Run Swiftlint: Projects/Feature/HomeFeature/Sources/HomeCore.swift#L23
Closure parameters should be on the same line as opening brace (closure_parameter_position)
Run Swiftlint: Projects/Feature/HomeFeature/Sources/HomeCore.swift#L26
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
Run Swiftlint: Projects/Feature/HomeFeature/Sources/HomeCore.swift#L32
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
Run Swiftlint: Projects/Feature/Feature/Sources/AppDelegateCore.swift#L41
Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
Run Swiftlint: Projects/Domain/PushService/Sources/PushServiceInterface.swift#L26
Returning Void in a function declaration is redundant (redundant_void_return)