Join Slack
Powered by
Is there an IDE inspection or Detekt rule that can...
# random
e
Edoardo Luppi
03/24/2024, 10:06 AM
Is there an IDE inspection or Detekt rule that can remind me about handling
CancellationException
when I only use
Copy code
try { ... } catch (e: Exception) { ... }
❤️ 4
➕ 2
a
asdf asdf
03/24/2024, 10:23 PM
https://detekt.dev/docs/rules/coroutines#suspendfunswallowedcancellation
Open in Slack
Previous
Next