Skip to content

feature: DeleteReceivedNotification api 연결 #176

feature: DeleteReceivedNotification api 연결

feature: DeleteReceivedNotification api 연결 #176

Triggered via push December 18, 2024 07:33
Status Failure
Total duration 23s
Artifacts

ktlint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ktlint: CatchMate/data/src/main/java/com/catchmate/data/di/NotificationModule.kt#L14
[ktlint] reported by reviewdog 🐶 Parameter should start on a newline Raw Output: CatchMate/data/src/main/java/com/catchmate/data/di/NotificationModule.kt:14:39: error: Parameter should start on a newline (standard:parameter-list-wrapping)
ktlint: CatchMate/data/src/main/java/com/catchmate/data/di/NotificationModule.kt#L14
[ktlint] reported by reviewdog 🐶 Missing newline before ")" Raw Output: CatchMate/data/src/main/java/com/catchmate/data/di/NotificationModule.kt:14:93: error: Missing newline before ")" (standard:parameter-list-wrapping)
ktlint: CatchMate/data/src/main/java/com/catchmate/data/di/NotificationModule.kt#L14
[ktlint] reported by reviewdog 🐶 Newline expected before expression body Raw Output: CatchMate/data/src/main/java/com/catchmate/data/di/NotificationModule.kt:14:121: error: Newline expected before expression body (standard:function-signature)
ktlint: CatchMate/data/src/main/java/com/catchmate/data/di/NotificationModule.kt#L14
[ktlint] reported by reviewdog 🐶 Exceeded max line length (140) Raw Output: CatchMate/data/src/main/java/com/catchmate/data/di/NotificationModule.kt:14:141: error: Exceeded max line length (140) (standard:max-line-length)
ktlint: CatchMate/data/src/main/java/com/catchmate/data/dto/ContentDTO.kt#L10
[ktlint] reported by reviewdog 🐶 File must end with a newline (\n) Raw Output: CatchMate/data/src/main/java/com/catchmate/data/dto/ContentDTO.kt:10:1: error: File must end with a newline (\n) (standard:final-newline)
ktlint: CatchMate/data/src/main/java/com/catchmate/data/repository/NotificationRepositoryImpl.kt#L19
[ktlint] reported by reviewdog 🐶 Missing spacing after ":" Raw Output: CatchMate/data/src/main/java/com/catchmate/data/repository/NotificationRepositoryImpl.kt:19:8: error: Missing spacing after ":" (standard:colon-spacing)
ktlint: CatchMate/domain/src/main/java/com/catchmate/domain/usecase/notification/DeleteReceivedNotificationUseCase.kt#L13
[ktlint] reported by reviewdog 🐶 No whitespace expected between opening parenthesis and first parameter name Raw Output: CatchMate/domain/src/main/java/com/catchmate/domain/usecase/notification/DeleteReceivedNotificationUseCase.kt:13:13: error: No whitespace expected between opening parenthesis and first parameter name (standard:function-signature)
ktlint: CatchMate/domain/src/main/java/com/catchmate/domain/usecase/notification/DeleteReceivedNotificationUseCase.kt#L13
[ktlint] reported by reviewdog 🐶 No whitespace expected between last parameter and closing parenthesis Raw Output: CatchMate/domain/src/main/java/com/catchmate/domain/usecase/notification/DeleteReceivedNotificationUseCase.kt:13:34: error: No whitespace expected between last parameter and closing parenthesis (standard:function-signature)
ktlint: CatchMate/domain/src/main/java/com/catchmate/domain/usecase/notification/DeleteReceivedNotificationUseCase.kt#L14
[ktlint] reported by reviewdog 🐶 Newline expected before expression body Raw Output: CatchMate/domain/src/main/java/com/catchmate/domain/usecase/notification/DeleteReceivedNotificationUseCase.kt:14:57: error: Newline expected before expression body (standard:function-signature)
ktlint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
ktlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636