Detekt: disable rule `UseCheckOrError`

This commit is contained in:
Benoit Marty 2022-07-19 15:02:05 +02:00 committed by Benoit Marty
parent 62f2fe1c16
commit 2d761385a1
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ style:
active: false
ProtectedMemberInFinalClass:
active: false
UseCheckOrError:
active: false
empty-blocks:
EmptyFunctionBlock: