From 8a2f4478d228eb89a23cf166ebc77daef6873ac5 Mon Sep 17 00:00:00 2001 From: Christian Sailer Date: Thu, 31 Oct 2019 12:08:13 +0000 Subject: [PATCH] Undo changes to detekt config that were not required. --- detekt-config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/detekt-config.yml b/detekt-config.yml index eb55e254d5..9ee23ef16d 100644 --- a/detekt-config.yml +++ b/detekt-config.yml @@ -52,7 +52,12 @@ empty-blocks: EmptyClassBlock: active: true EmptyDefaultConstructor: - + active: true + EmptyDoWhileBlock: + active: true + EmptyElseBlock: + active: true + EmptyFinallyBlock: active: true EmptyForBlock: active: true