mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-25 05:26:59 +01:00
Configure scalafix
This commit is contained in:
parent
bc113df11d
commit
8b2bf0f543
18 changed files with 67 additions and 27 deletions
20
.scalafix.conf
Normal file
20
.scalafix.conf
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
rules = [
|
||||
DisableSyntax,
|
||||
LeakingImplicitClassVal,
|
||||
NoAutoTupling,
|
||||
NoValInForComprehension,
|
||||
OrganizeImports
|
||||
]
|
||||
|
||||
OrganizeImports {
|
||||
targetDialect = Scala3
|
||||
blankLines = Auto
|
||||
expandRelative = true
|
||||
removeUnused=true
|
||||
groupedImports=Keep
|
||||
groups = [
|
||||
"re:(javax?|scala)\\."
|
||||
"*"
|
||||
"scalive"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue