Skip to content

Commit

Permalink
fix: detekt rule file
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Sep 22, 2023
1 parent 303b9e9 commit 668bd05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/detekt/detekt-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ formatting:
active: false
ParameterListWrapping:
active: false
NoWildcardImports:
active: false

complexity:
# don't count private & deprecated
Expand All @@ -25,5 +27,3 @@ style:
excludeLabeled: false
excludeReturnFromLambda: true
excludeGuardClauses: true
NoWildcardImports:
active: false

0 comments on commit 668bd05

Please sign in to comment.