Skip to content

Commit

Permalink
build(detekt): Disable the RedundantSuspendModifier rule
Browse files Browse the repository at this point in the history
This has too many false-positives, see [1].

[1]: detekt/detekt#7223

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Apr 26, 2024
1 parent fb0ab69 commit 556809a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .detekt.yml
Expand Up @@ -42,6 +42,8 @@ complexity:
coroutines:
InjectDispatcher:
active: false
RedundantSuspendModifier:
active: false

# Formatting rules are implemented via the ktlint plugin. As ktlint does not allow exceptions, we need to disable
# respective rules completely.
Expand Down

0 comments on commit 556809a

Please sign in to comment.