Skip to content

Commit b22f505

Browse files
committed
Fix .scalafix.conf to remove unused imports
1 parent 11fdc77 commit b22f505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scalafix.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rules = [
77
]
88

99
RemoveUnused {
10-
imports = false
10+
imports = true
1111
privates = true
1212
locals = true
1313
}

0 commit comments

Comments
 (0)