Browse Source

Enable detekt rule `InstanceOfCheckForException`.

pull/967/head
Benoit Marty 1 year ago
parent
commit
297d77af85
  1. 2
      tools/detekt/detekt.yml

2
tools/detekt/detekt.yml

@ -60,7 +60,7 @@ exceptions: @@ -60,7 +60,7 @@ exceptions:
TooGenericExceptionThrown:
active: false
InstanceOfCheckForException:
active: false
active: true
complexity:
TooManyFunctions:

Loading…
Cancel
Save