Enable detekt rule TooGenericExceptionThrown and fix existing issue.

This commit is contained in:
Benoit Marty 2023-07-26 10:38:44 +02:00
parent 5d0bf5dbe0
commit 140271069c
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ exceptions:
ThrowingExceptionsWithoutMessageOrCause:
active: true
TooGenericExceptionThrown:
active: false
active: true
InstanceOfCheckForException:
active: true