Skip to content

Commit

Permalink
Remove exceptions in the WildcardImport rule
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Jul 24, 2022
1 parent a21629c commit 96e3355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/detekt/detekt.yml
Expand Up @@ -274,3 +274,6 @@ style:
VarCouldBeVal:
active: true
ignoreAnnotated: ['Parameter']
WildcardImport:
active: true
excludeImports: []
Expand Up @@ -60,7 +60,7 @@ import org.jetbrains.kotlin.com.intellij.lang.ASTNode
import org.jetbrains.kotlin.com.intellij.psi.impl.source.JavaDummyElement
import org.jetbrains.kotlin.com.intellij.psi.impl.source.JavaDummyHolder
import org.jetbrains.kotlin.psi.KtFile
import java.util.*
import java.util.LinkedList

/**
* Runs all KtLint rules.
Expand Down

0 comments on commit 96e3355

Please sign in to comment.