[CAT-48] 로컬 푸시 기능 대응 #12
Merged
Annotations
7 warnings
Projects/Feature/HomeFeature/Sources/HomeCore.swift#L22
Closure parameters should be on the same line as opening brace (closure_parameter_position)
|
Projects/Feature/HomeFeature/Sources/HomeCore.swift#L23
Closure parameters should be on the same line as opening brace (closure_parameter_position)
|
Projects/Feature/HomeFeature/Sources/HomeCore.swift#L26
Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
Projects/Feature/HomeFeature/Sources/HomeCore.swift#L32
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)
|
Projects/Domain/PushService/Example/Sources/ContentView.swift#L48
Arguments can be omitted when matching enums with associated values if they are not used (empty_enum_arguments)
|
This job succeeded
Loading