Skip to content

feat: Support appending to message attachments instead of replacing #160

feat: Support appending to message attachments instead of replacing

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

Check warning on line 87 in src/commonTest/kotlin/com/monta/slack/notifier/service/PublishSlackServiceTest.kt

See this annotation in the file changed.

@github-actions 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)

Check warning on line 89 in src/commonTest/kotlin/com/monta/slack/notifier/service/PublishSlackServiceTest.kt

See this annotation in the file changed.

@github-actions 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)