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:
active: false
InstanceOfCheckForException:
active: false
active: true
complexity:
TooManyFunctions: