Skip to content
GitHub Actions / detekt completed 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.MayBeConst>

groupId can be a `const val`.
Raw output
/home/runner/work/dotenv-gradle/dotenv-gradle/plugin/build.gradle.kts:45:9: warning: groupId can be a `const val`. (detekt.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.MayBeConst>

artifactId can be a `const val`.
Raw output
/home/runner/work/dotenv-gradle/dotenv-gradle/plugin/build.gradle.kts:46:9: warning: artifactId can be a `const val`. (detekt.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.MayBeConst>

version can be a `const val`.
Raw output
/home/runner/work/dotenv-gradle/dotenv-gradle/plugin/build.gradle.kts:47:9: warning: version can be a `const val`. (detekt.MayBeConst)