Skip to content

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

feat: Support appending to message attachments instead of replacing

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

GitHub Actions / detekt failed Sep 30, 2024 in 1s

Annotations

Check warning on line 26 in src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt

See this annotation in the file changed.

@github-actions github-actions / detekt

[detekt] src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt#L26 <detekt.StringTemplate>

Redundant curly braces
Raw output
/github/workspace/src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt:26:40: warning: Redundant curly braces (detekt.StringTemplate)

Check warning on line 49 in src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt

See this annotation in the file changed.

@github-actions github-actions / detekt

[detekt] src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt#L49 <detekt.StringTemplate>

Redundant curly braces
Raw output
/github/workspace/src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt:49:40: warning: Redundant curly braces (detekt.StringTemplate)

Check warning on line 65 in src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt

See this annotation in the file changed.

@github-actions github-actions / detekt

[detekt] src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt#L65 <detekt.NoConsecutiveBlankLines>

Needless blank line(s)
Raw output
/github/workspace/src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt:65:1: warning: Needless blank line(s) (detekt.NoConsecutiveBlankLines)

Check warning on line 64 in src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt

See this annotation in the file changed.

@github-actions github-actions / detekt

[detekt] src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt#L64 <detekt.NoBlankLineBeforeRbrace>

Unexpected blank line(s) before "}"
Raw output
/github/workspace/src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt:64:1: warning: Unexpected blank line(s) before "}" (detekt.NoBlankLineBeforeRbrace)

Check warning on line 14 in src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt

See this annotation in the file changed.

@github-actions github-actions / detekt

[detekt] src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt#L14 <detekt.NoWildcardImports>

Wildcard import
Raw output
/github/workspace/src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt:14:1: warning: Wildcard import (detekt.NoWildcardImports)

Check warning on line 15 in src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt

See this annotation in the file changed.

@github-actions github-actions / detekt

[detekt] src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt#L15 <detekt.NoWildcardImports>

Wildcard import
Raw output
/github/workspace/src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt:15:1: warning: Wildcard import (detekt.NoWildcardImports)

Check warning on line 14 in src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt

See this annotation in the file changed.

@github-actions github-actions / detekt

[detekt] src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt#L14 <detekt.WildcardImport>

io.ktor.http.* is a wildcard import. Replace it with fully qualified imports.
Raw output
/github/workspace/src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt:14:1: warning: io.ktor.http.* is a wildcard import. Replace it with fully qualified imports. (detekt.WildcardImport)

Check warning on line 15 in src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt

See this annotation in the file changed.

@github-actions github-actions / detekt

[detekt] src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt#L15 <detekt.WildcardImport>

io.ktor.utils.io.charsets.* is a wildcard import. Replace it with fully qualified imports.
Raw output
/github/workspace/src/commonMain/kotlin/com/monta/slack/notifier/SlackHttpClient.kt:15:1: warning: io.ktor.utils.io.charsets.* is a wildcard import. Replace it with fully qualified imports. (detekt.WildcardImport)

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)