mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(lint): Disable ForbiddenComment detekt rule (#4344)
This commit is contained in:
parent
636788bf59
commit
12f7fe30b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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:'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue