Enable detekt rule InstanceOfCheckForException.
This commit is contained in:
parent
b4fd5d018c
commit
5d0bf5dbe0
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ exceptions:
|
||||||
TooGenericExceptionThrown:
|
TooGenericExceptionThrown:
|
||||||
active: false
|
active: false
|
||||||
InstanceOfCheckForException:
|
InstanceOfCheckForException:
|
||||||
active: false
|
active: true
|
||||||
|
|
||||||
complexity:
|
complexity:
|
||||||
TooManyFunctions:
|
TooManyFunctions:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue