From 895bd69c171ed59781fed3722cbe9dcc9a78f53c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kwieci=C5=84ski?= <36954793+mateuszkwiecinski@users.noreply.github.com> Date: Tue, 9 Aug 2022 01:30:13 +0100 Subject: [PATCH] Re-disable UnnecessaryAbstractClass (#405) --- quality/src/main/resources/detekt-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quality/src/main/resources/detekt-config.yml b/quality/src/main/resources/detekt-config.yml index 453e8a27..76a7fe37 100644 --- a/quality/src/main/resources/detekt-config.yml +++ b/quality/src/main/resources/detekt-config.yml @@ -647,7 +647,7 @@ style: acceptableLength: 4 allowNonStandardGrouping: false UnnecessaryAbstractClass: - active: true + active: false UnnecessaryAnnotationUseSiteTarget: active: false UnnecessaryApply: