From 41811163cd5355a5ec2c420d5b4e7e8d29ea4b8d Mon Sep 17 00:00:00 2001 From: Maximillian Leonov Date: Sun, 14 Aug 2022 17:09:35 +0400 Subject: [PATCH] Enable TopLevelComposableFunctions rule in detekt.yml --- config/detekt/detekt.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/detekt/detekt.yml b/config/detekt/detekt.yml index 5464836d..5fbea452 100644 --- a/config/detekt/detekt.yml +++ b/config/detekt/detekt.yml @@ -41,3 +41,5 @@ compose: active: true PublicComposablePreview: active: true + TopLevelComposableFunctions: + active: true