Skip to content
GitHub Actions / detekt failed Dec 17, 2023 in 1s

reviewdog [detekt] report

reported by reviewdog 🐶

Findings (3)

plugin/build.gradle.kts|45 col 9| groupId can be a const val.
plugin/build.gradle.kts|46 col 9| artifactId can be a const val.
plugin/build.gradle.kts|47 col 9| version can be a const val.

Filtered Findings (0)

Annotations

Check warning on line 45 in plugin/build.gradle.kts

See this annotation in the file changed.

@github-actions github-actions / detekt

[detekt] plugin/build.gradle.kts#L45 <detekt.style.MayBeConst>(https://detekt.dev/style.html#maybeconst)

groupId can be a `const val`.
Raw output
plugin/build.gradle.kts:45:9: warning: groupId can be a `const val`. (detekt.style.MayBeConst)

Check warning on line 46 in plugin/build.gradle.kts

See this annotation in the file changed.

@github-actions github-actions / detekt

[detekt] plugin/build.gradle.kts#L46 <detekt.style.MayBeConst>(https://detekt.dev/style.html#maybeconst)

artifactId can be a `const val`.
Raw output
plugin/build.gradle.kts:46:9: warning: artifactId can be a `const val`. (detekt.style.MayBeConst)

Check warning on line 47 in plugin/build.gradle.kts

See this annotation in the file changed.

@github-actions github-actions / detekt

[detekt] plugin/build.gradle.kts#L47 <detekt.style.MayBeConst>(https://detekt.dev/style.html#maybeconst)

version can be a `const val`.
Raw output
plugin/build.gradle.kts:47:9: warning: version can be a `const val`. (detekt.style.MayBeConst)