Skip to content

chore: Adding unittests for parsing StatusNotification messages with …

Sign in for the full log view
GitHub Actions / detekt failed Dec 17, 2024 in 0s

reviewdog [detekt] report

reported by reviewdog 🐶

Findings (2)

server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|25 col 1| Wildcard import
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|25 col 1| io.ktor.server.plugins.calllogging.* is a wildcard import. Replace it with fully qualified imports.

Filtered Findings (0)

Annotations

Check warning on line 25 in server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt

See this annotation in the file changed.

@github-actions github-actions / detekt

[detekt] server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt#L25 <detekt.NoWildcardImports>

Wildcard import
Raw output
/github/workspace/server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt:25:1: warning: Wildcard import (detekt.NoWildcardImports)

Check warning on line 25 in server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt

See this annotation in the file changed.

@github-actions github-actions / detekt

[detekt] server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt#L25 <detekt.WildcardImport>

io.ktor.server.plugins.calllogging.* is a wildcard import. Replace it with fully qualified imports.
Raw output
/github/workspace/server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt:25:1: warning: io.ktor.server.plugins.calllogging.* is a wildcard import. Replace it with fully qualified imports. (detekt.WildcardImport)