Skip to content

Commit 3248274

Browse files
committed
Allow wildcard import of Hamcrest matchers
1 parent 3493feb commit 3248274

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

detekt.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ style:
3535
excludes: ["**/src/test/resources/**"]
3636
MaxLineLength:
3737
active: false
38+
WildcardImport:
39+
excludeImports:
40+
- org.hamcrest.Matchers.*

0 commit comments

Comments
 (0)