feat: Support appending to message attachments instead of replacing #160
GitHub Actions / detekt
failed
Sep 30, 2024 in 0s
reviewdog [detekt] report
reported by reviewdog 🐶
Findings (2)
src/commonTest/kotlin/com/monta/slack/notifier/service/PublishSlackServiceTest.kt|87 col 1| Unexpected blank line(s) before "}"
src/commonTest/kotlin/com/monta/slack/notifier/service/PublishSlackServiceTest.kt|89 col 1| Unexpected blank line(s) before "}"
Filtered Findings (0)
Annotations
github-actions / detekt
[detekt] src/commonTest/kotlin/com/monta/slack/notifier/service/PublishSlackServiceTest.kt#L87 <detekt.NoBlankLineBeforeRbrace>
Unexpected blank line(s) before "}"
Raw output
/github/workspace/src/commonTest/kotlin/com/monta/slack/notifier/service/PublishSlackServiceTest.kt:87:1: warning: Unexpected blank line(s) before "}" (detekt.NoBlankLineBeforeRbrace)
github-actions / detekt
[detekt] src/commonTest/kotlin/com/monta/slack/notifier/service/PublishSlackServiceTest.kt#L89 <detekt.NoBlankLineBeforeRbrace>
Unexpected blank line(s) before "}"
Raw output
/github/workspace/src/commonTest/kotlin/com/monta/slack/notifier/service/PublishSlackServiceTest.kt:89:1: warning: Unexpected blank line(s) before "}" (detekt.NoBlankLineBeforeRbrace)
Loading