Skip to content

[CAT-48] 로컬 푸시 기능 대응 #30

[CAT-48] 로컬 푸시 기능 대응

[CAT-48] 로컬 푸시 기능 대응 #30

Triggered via pull request July 24, 2024 14:38
Status Success
Total duration 18s
Artifacts

ci.yml

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

Annotations

7 warnings
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)
Run Swiftlint: 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)