[CAT-61] URLSession 서버통신 구현 #32
Annotations
5 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/Feature/Sources/AppDelegateCore.swift#L41
Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|