Detekt: disable rule InstanceOfCheckForException

This commit is contained in:
Benoit Marty 2022-07-19 14:53:12 +02:00 committed by Benoit Marty
parent 50b7f3ef2c
commit b4f833cb0d

View file

@ -43,6 +43,8 @@ exceptions:
active: false
TooGenericExceptionThrown:
active: false
InstanceOfCheckForException:
active: false
complexity:
TooManyFunctions: