mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Detekt: disable rule InstanceOfCheckForException
This commit is contained in:
parent
50b7f3ef2c
commit
b4f833cb0d
@ -43,6 +43,8 @@ exceptions:
|
||||
active: false
|
||||
TooGenericExceptionThrown:
|
||||
active: false
|
||||
InstanceOfCheckForException:
|
||||
active: false
|
||||
|
||||
complexity:
|
||||
TooManyFunctions:
|
||||
|
Loading…
Reference in New Issue
Block a user