Skip to content

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

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

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

Triggered via pull request July 24, 2024 13:55
Status Failure
Total duration 18s
Artifacts

ci.yml

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

Annotations

5 errors and 5 warnings
Run Swiftlint: Projects/Core/APIClient/Interface/NetworkError.swift#L35
Duplicate sets of conditions in the same branch instruction should be avoided (duplicate_conditions)
Run Swiftlint: Projects/Core/APIClient/Interface/NetworkError.swift#L37
Duplicate sets of conditions in the same branch instruction should be avoided (duplicate_conditions)
Run Swiftlint: Projects/Core/APIClient/Interface/NetworkError.swift#L39
Duplicate sets of conditions in the same branch instruction should be avoided (duplicate_conditions)
Run Swiftlint: Projects/Core/APIClient/Interface/NetworkError.swift#L41
Duplicate sets of conditions in the same branch instruction should be avoided (duplicate_conditions)
Run Swiftlint
Process completed with exit code 2.
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#L45
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/Feature/Sources/AppDelegateCore.swift#L41
Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)