Skip to content

Commit e298a23

Browse files
committed
Make sure Deketk runs on tests as well
1 parent c9a36b4 commit e298a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pluginBundle {
5050

5151
detekt {
5252
toolVersion = "1.0.0-RC16"
53-
input = files("src/main")
53+
input = files("src/")
5454
config = files("./detekt-config.yml")
5555
buildUponDefaultConfig = true
5656
filters = ".*/resources/.*,.*/build/.*"

0 commit comments

Comments
 (0)