From 6126a73df3f4f91b7ff213ccef1f92f1a6227330 Mon Sep 17 00:00:00 2001 From: Denis Karmyshakov Date: Wed, 9 Jan 2019 14:43:28 +0300 Subject: [PATCH] Detekt: Disable OptionalUnit rule --- kotlin/detekt-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/detekt-config.yml b/kotlin/detekt-config.yml index 4015711..28cd184 100644 --- a/kotlin/detekt-config.yml +++ b/kotlin/detekt-config.yml @@ -345,7 +345,7 @@ style: OptionalAbstractKeyword: active: true OptionalUnit: - active: true + active: false OptionalWhenBraces: active: false PreferToOverPairSyntax: