Enable detekt rule InstanceOfCheckForException.

This commit is contained in:
Benoit Marty 2023-07-26 10:37:44 +02:00
parent b4fd5d018c
commit 5d0bf5dbe0

View file

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