From cabdfea8f9421d4056f99825b3dfca93823b14d7 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 22 Oct 2025 16:28:10 -0400 Subject: [PATCH] No need to avoid annotations with test --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 44e7178c3..132887e83 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ trim_trailing_whitespace = true max_line_length = 5000 ij_kotlin_allow_trailing_comma=true ij_kotlin_allow_trailing_comma_on_call_site=true -ktlint_function_naming_ignore_when_annotated_with=Composable, Test +ktlint_function_naming_ignore_when_annotated_with=Composable ktlint_standard_no-unused-imports=enabled [*.gradle]