Skip to content

Commit

Permalink
Fix typo (#5557)
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Nov 22, 2022
1 parent 4b1da0d commit 64df1ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import io.gitlab.arturbosch.detekt.formatting.FormattingRule
class NoWildcardImports(config: Config) : FormattingRule(config) {

override val wrapping = NoWildcardImportsRule()
override val issue = issueFor("Detects wildcast import usages")
override val issue = issueFor("Detects wildcard imports")

@Configuration("Defines allowed wildcard imports")
private val packagesToUseImportOnDemandProperty by config(ALLOWED_WILDCARD_IMPORTS)
Expand Down

0 comments on commit 64df1ff

Please sign in to comment.