Skip to content

Commit

Permalink
chore: detekt.yml for wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Apr 22, 2024
1 parent d4a7d4e commit f7ed466
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ formatting:
Indentation:
active: true
indentSize: 2

NoWildcardImports:
active: false
comments:
active: true
AbsentOrWrongFileLicense:
Expand Down Expand Up @@ -673,5 +674,3 @@ style:
ignoreLateinitVar: false
WildcardImport:
active: false
excludeImports:
- 'java.util.*'

0 comments on commit f7ed466

Please sign in to comment.