Skip to content

Commit

Permalink
use Scala3 dialect in Scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Jan 7, 2025
1 parent ee43eab commit c704342
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .scalafix.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ ExplicitResultTypes {
unsafeShortenNames = true
}
OrganizeImports {
groupedImports = Explode
expandRelative = true
removeUnused = true # done already by RemoveUnused rule
groups = [
"re:javax?\\."
"scala."
"scala.meta."
"*"
]
}
groupedImports = Explode
expandRelative = true
removeUnused = true # done already by RemoveUnused rule
targetDialect = Scala3
groups = [
"re:javax?\\."
"scala."
"scala.meta."
"*"
]
}

0 comments on commit c704342

Please sign in to comment.