Skip to content

Commit

Permalink
Make sure Deketk runs on tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Jul 11, 2019
1 parent c9a36b4 commit e298a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pluginBundle {

detekt {
toolVersion = "1.0.0-RC16"
input = files("src/main")
input = files("src/")
config = files("./detekt-config.yml")
buildUponDefaultConfig = true
filters = ".*/resources/.*,.*/build/.*"
Expand Down

0 comments on commit e298a23

Please sign in to comment.