diff --git a/build-tools/detekt/detekt.yml b/build-tools/detekt/detekt.yml index dc8241735..2f4d5f601 100644 --- a/build-tools/detekt/detekt.yml +++ b/build-tools/detekt/detekt.yml @@ -27,6 +27,11 @@ naming: FunctionNaming: active: true ignoreAnnotated: 'Composable' + MatchingDeclarationName: + active: true + excludes: + - '**/ButtonStyles.kt' + empty-blocks: EmptyFunctionBlock: