Skip to content

Commit

Permalink
Ignore swallowed cancellation exception
Browse files Browse the repository at this point in the history
  • Loading branch information
skywall committed Dec 9, 2019
1 parent 27cc2e8 commit 45fc059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ exceptions:
active: false
SwallowedException:
active: true
ignoredExceptionTypes: 'CancellationException'
ThrowingExceptionFromFinally:
active: true
ThrowingExceptionsWithoutMessageOrCause:
Expand Down

0 comments on commit 45fc059

Please sign in to comment.