Skip to content

Commit

Permalink
Fix code style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Oct 8, 2019
1 parent a48fe70 commit f995908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/detekt/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ style:
active: false
OptionalUnit:
active: false
UseIfInsteadOfWhen:
active: false
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {

// Utility plugins
versionsPluginVersion = "0.25.0"
detektPluginVersion = "1.1.0"
detektPluginVersion = "1.0.1"
ktlintPluginVersion = "9.0.0"
androidCommandPluginVersion = "2.1.0"

Expand Down

0 comments on commit f995908

Please sign in to comment.