From 12f7fe30b98779ba16cc2c2e1ee349e60f4520fc Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:38:14 -0600 Subject: [PATCH] chore(lint): Disable ForbiddenComment detekt rule (#4344) --- config/detekt/detekt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/detekt/detekt.yml b/config/detekt/detekt.yml index b48f35d2b..1d05121cb 100644 --- a/config/detekt/detekt.yml +++ b/config/detekt/detekt.yml @@ -705,7 +705,7 @@ style: - reason: 'Kotlin does not support @Inherited annotation, see https://youtrack.jetbrains.com/issue/KT-22265' value: 'java.lang.annotation.Inherited' ForbiddenComment: - active: true + active: false comments: - reason: 'Forbidden FIXME todo marker in comment, please fix the problem.' value: 'FIXME:'