mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Detekt: disable rule UseCheckOrError
This commit is contained in:
parent
62f2fe1c16
commit
2d761385a1
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ style:
|
|||
active: false
|
||||
ProtectedMemberInFinalClass:
|
||||
active: false
|
||||
UseCheckOrError:
|
||||
active: false
|
||||
|
||||
empty-blocks:
|
||||
EmptyFunctionBlock:
|
||||
|
|
Loading…
Add table
Reference in a new issue