aboutsummaryrefslogtreecommitdiff
path: root/examples/scalafix-example/.scalafix.conf
blob: dbb79d78d5ecc52c7e96e894f3e5bf32b009cf68 (plain) (blame)
1
2
3
4
5
6
7
8
9
rewrites = [
  ProcedureSyntax
  ExplicitImplicit
  VolatileLazyVal
]

patches.addGlobalImports = [
  "scala.collection.immutable"
]