Enable detekt rule ThrowingExceptionsWithoutMessageOrCause and fix existing issues.

This commit is contained in:
Benoit Marty 2023-07-26 10:33:51 +02:00
parent 9a6ed8dac6
commit b5a5118160
7 changed files with 9 additions and 9 deletions

View file

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