Enable detekt rule TooGenericExceptionThrown and fix existing issue.
This commit is contained in:
parent
297d77af85
commit
bd0031445e
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ exceptions:
|
|||
ThrowingExceptionsWithoutMessageOrCause:
|
||||
active: true
|
||||
TooGenericExceptionThrown:
|
||||
active: false
|
||||
active: true
|
||||
InstanceOfCheckForException:
|
||||
active: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue