[CAT-48] 로컬 푸시 기능 대응 #26
Annotations
4 warnings
Projects/Feature/HomeFeature/Sources/HomeCore.swift#L24
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
Projects/Feature/HomeFeature/Sources/HomeCore.swift#L29
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
Projects/Feature/Feature/Sources/AppDelegateCore.swift#L41
Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
Projects/Domain/PushService/Sources/PushServiceInterface.swift#L26
Returning Void in a function declaration is redundant (redundant_void_return)
|
This job succeeded
Loading