Skip to content

Commit b2c038b

Browse files
committed
Update .scalafix.conf
1 parent 2afd123 commit b2c038b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.scalafix.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
rules = [
22
OrganizeImports,
3-
RemoveUnused
3+
RemoveUnused,
4+
NoAutoTupling,
5+
LeakingImplicitClassVal,
6+
NoValInForComprehension,
7+
ProcedureSyntax // only for Scala 2.x
48
]
59

610
RemoveUnused {

0 commit comments

Comments
 (0)