Skip to content

Commit

Permalink
.conf file added
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-skrodzka committed Nov 23, 2024
1 parent 9f39f24 commit aef0d7d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .scalafix.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
rules = [
RemoveUnused,
DisableSyntax,
NoAutoTupling,
LeakingImplicitClassVal,
NoValInForComprehension,
]

DisableSyntax.noFinalize = true

NoInfer.disabledTypes = [
scala.Any,
scala.AnyVal,
scala.Serializable,
java.io.Serializable,
scala.Product,
scala.Predef.any2stringadd
]

0 comments on commit aef0d7d

Please sign in to comment.