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