Skip to content

Commit f995908

Browse files
committed
Fix code style issue
1 parent a48fe70 commit f995908

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/detekt/detekt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ style:
5656
active: false
5757
OptionalUnit:
5858
active: false
59+
UseIfInsteadOfWhen:
60+
active: false

gradle/versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ext {
2121

2222
// Utility plugins
2323
versionsPluginVersion = "0.25.0"
24-
detektPluginVersion = "1.1.0"
24+
detektPluginVersion = "1.0.1"
2525
ktlintPluginVersion = "9.0.0"
2626
androidCommandPluginVersion = "2.1.0"
2727

0 commit comments

Comments
 (0)