Enable detekt rule InstanceOfCheckForException.

This commit is contained in:
Benoit Marty 2023-07-26 10:37:44 +02:00
parent 7aa448c3bc
commit 297d77af85

View file

@ -60,7 +60,7 @@ exceptions:
TooGenericExceptionThrown:
active: false
InstanceOfCheckForException:
active: false
active: true
complexity:
TooManyFunctions: