Skip to content

Commit

Permalink
Include suppressions for allowed exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdavies committed Oct 1, 2024
1 parent 3cfaeee commit 49ea0d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions detekt-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
complexity:
LongParameterList:
ignoreDefaultParameters: true
Compose:
CompositionLocalAllowlist:
active: false
ComposableNaming:
excludes: ['**/*Presenter.kt']
naming:
InvalidPackageDeclaration:
active: false
Expand Down

0 comments on commit 49ea0d2

Please sign in to comment.