Skip to content

chore(deps): update upgrade all non-major gradle dependencies #145

chore(deps): update upgrade all non-major gradle dependencies

chore(deps): update upgrade all non-major gradle dependencies #145

GitHub Actions / detekt succeeded Aug 28, 2024 in 0s

reviewdog [detekt] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (34)

src/commonMain/kotlin/com.monta.changelog/github/GitHubService.kt|74 col 17| Do not print a stack trace. These debug statements should be removed or replaced with a logger.
src/commonMain/kotlin/com.monta.changelog/github/GitHubService.kt|62 col 22| The caught exception is swallowed. The original exception could be lost.
src/commonMain/kotlin/com.monta.changelog/github/GitHubService.kt|109 col 22| The caught exception is swallowed. The original exception could be lost.
src/commonMain/kotlin/com.monta.changelog/github/GitHubService.kt|10 col 1| Wildcard import
src/commonMain/kotlin/com.monta.changelog/github/GitHubService.kt|11 col 1| Wildcard import
src/commonMain/kotlin/com.monta.changelog/github/GitHubService.kt|12 col 1| Wildcard import
src/commonMain/kotlin/com.monta.changelog/github/GitHubService.kt|13 col 1| Wildcard import
src/commonMain/kotlin/com.monta.changelog/github/GitHubService.kt|14 col 1| Wildcard import
src/commonMain/kotlin/com.monta.changelog/github/GitHubService.kt|10 col 1| io.ktor.client.* is a wildcard import. Replace it with fully qualified imports.
src/commonMain/kotlin/com.monta.changelog/github/GitHubService.kt|11 col 1| io.ktor.client.call.* is a wildcard import. Replace it with fully qualified imports.
src/commonMain/kotlin/com.monta.changelog/github/GitHubService.kt|12 col 1| io.ktor.client.request.* is a wildcard import. Replace it with fully qualified imports.
src/commonMain/kotlin/com.monta.changelog/github/GitHubService.kt|13 col 1| io.ktor.client.statement.* is a wildcard import. Replace it with fully qualified imports.
src/commonMain/kotlin/com.monta.changelog/github/GitHubService.kt|14 col 1| io.ktor.http.* is a wildcard import. Replace it with fully qualified imports.
src/commonMain/kotlin/com.monta.changelog/util/HttpClient.kt|34 col 18| The caught exception is swallowed. The original exception could be lost.
src/commonMain/kotlin/com.monta.changelog/util/HttpClient.kt|3 col 1| Wildcard import
src/commonMain/kotlin/com.monta.changelog/util/HttpClient.kt|4 col 1| Wildcard import
src/commonMain/kotlin/com.monta.changelog/util/HttpClient.kt|5 col 1| Wildcard import
src/commonMain/kotlin/com.monta.changelog/util/HttpClient.kt|6 col 1| Wildcard import
src/commonMain/kotlin/com.monta.changelog/util/HttpClient.kt|7 col 1| Wildcard import
src/commonMain/kotlin/com.monta.changelog/util/HttpClient.kt|8 col 1| Wildcard import
src/commonMain/kotlin/com.monta.changelog/util/HttpClient.kt|3 col 1| io.ktor.client.* is a wildcard import. Replace it with fully qualified imports.
src/commonMain/kotlin/com.monta.changelog/util/HttpClient.kt|4 col 1| io.ktor.client.engine.curl.* is a wildcard import. Replace it with fully qualified imports.
src/commonMain/kotlin/com.monta.changelog/util/HttpClient.kt|5 col 1| io.ktor.client.plugins.contentnegotiation.* is a wildcard import. Replace it with fully qualified imports.
src/commonMain/kotlin/com.monta.changelog/util/HttpClient.kt|6 col 1| io.ktor.client.statement.* is a wildcard import. Replace it with fully qualified imports.
src/commonMain/kotlin/com.monta.changelog/util/HttpClient.kt|7 col 1| io.ktor.http.* is a wildcard import. Replace it with fully qualified imports.
src/commonMain/kotlin/com.monta.changelog/util/HttpClient.kt|8 col 1| io.ktor.serialization.kotlinx.json.* is a wildcard import. Replace it with fully qualified imports.
src/commonMain/kotlin/com.monta.changelog/git/GitCommandUtil.kt|79 col 18| The caught exception is swallowed. The original exception could be lost.
src/commonMain/kotlin/com.monta.changelog/git/sorter/DateVerSorter.kt|45 col 18| The caught exception is swallowed. The original exception could be lost.
src/commonMain/kotlin/com.monta.changelog/printer/slack/SlackChangeLogPrinter.kt|13 col 1| Wildcard import
src/commonMain/kotlin/com.monta.changelog/printer/slack/SlackChangeLogPrinter.kt|14 col 1| Wildcard import
src/commonMain/kotlin/com.monta.changelog/printer/slack/SlackChangeLogPrinter.kt|15 col 1| Wildcard import
src/commonMain/kotlin/com.monta.changelog/printer/slack/SlackChangeLogPrinter.kt|13 col 1| io.ktor.client.request.* is a wildcard import. Replace it with fully qualified imports.
src/commonMain/kotlin/com.monta.changelog/printer/slack/SlackChangeLogPrinter.kt|14 col 1| io.ktor.http.* is a wildcard import. Replace it with fully qualified imports.
src/commonMain/kotlin/com.monta.changelog/printer/slack/SlackChangeLogPrinter.kt|15 col 1| io.ktor.utils.io.charsets.* is a wildcard import. Replace it with fully qualified imports.