Skip to content

Commit

Permalink
disable wildcard import lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tagantroy committed May 24, 2018
1 parent 3b4accd commit 947ee22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default-detekt-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,5 +375,5 @@ style:
UtilityClassWithPublicConstructor:
active: false
WildcardImport:
active: true
active: false
excludeImports: 'java.util.*,kotlinx.android.synthetic.*'

0 comments on commit 947ee22

Please sign in to comment.