chore(lint): Disable ForbiddenComment detekt rule (#4344)

This commit is contained in:
James Rich
2026-01-27 19:38:14 -06:00
committed by GitHub
parent 636788bf59
commit 12f7fe30b9

View File

@@ -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:'