Enable detekt rule ThrowingExceptionsWithoutMessageOrCause and fix existing issues.
This commit is contained in:
parent
9a6ed8dac6
commit
b5a5118160
7 changed files with 9 additions and 9 deletions
|
|
@ -56,7 +56,7 @@ exceptions:
|
|||
SwallowedException:
|
||||
active: false
|
||||
ThrowingExceptionsWithoutMessageOrCause:
|
||||
active: false
|
||||
active: true
|
||||
TooGenericExceptionThrown:
|
||||
active: false
|
||||
InstanceOfCheckForException:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue