aboutsummaryrefslogtreecommitdiff
path: root/detekt-baselines/coroutine-utils.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-07-23 03:15:29 +0530
committerGitHub <noreply@github.com>2022-07-22 21:45:29 +0000
commit6d0bff144c35c9f2c73f34065e972b3f48a34241 (patch)
tree674da15806a0f97641cb90ac3dcc0e96dfe6bcf5 /detekt-baselines/coroutine-utils.xml
parent9a3c18234883d10fb2391e7bad6c06ff4f16f9b3 (diff)
Begin cleaning up Detekt warnings (#2027)
Diffstat (limited to 'detekt-baselines/coroutine-utils.xml')
-rw-r--r--detekt-baselines/coroutine-utils.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/detekt-baselines/coroutine-utils.xml b/detekt-baselines/coroutine-utils.xml
index 1d920d34..6d7bc820 100644
--- a/detekt-baselines/coroutine-utils.xml
+++ b/detekt-baselines/coroutine-utils.xml
@@ -1,8 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<SmellBaseline>
- <ManuallySuppressedIssues/>
+ <ManuallySuppressedIssues>
+ <ID>TooGenericExceptionCaught:RunSuspendCatching.kt$e: Throwable</ID>
+ </ManuallySuppressedIssues>
<CurrentIssues>
- <ID>InstanceOfCheckForException:RunSuspendCatching.kt$e is CancellationException</ID>
<ID>TooGenericExceptionCaught:RunSuspendCatching.kt$e: Throwable</ID>
</CurrentIssues>
</SmellBaseline>