Skip to content

chore(deps): update dependency gradle to v8.6 #103

chore(deps): update dependency gradle to v8.6

chore(deps): update dependency gradle to v8.6 #103

GitHub Actions / detekt succeeded Feb 18, 2024 in 0s

reviewdog [detekt] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (37)

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/git/GitCommandUtil.kt|79 col 18| The caught exception is swallowed. The original exception could be lost.
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|243 col 9| Constructor parameter names should match the pattern: [a-z][A-Za-z0-9]*
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/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.
build.gradle.kts|40 col 13| Private property commonMain is unused.
build.gradle.kts|58 col 13| Private property commonTest is unused.