Fix tests
This commit is contained in:
parent
efdc50eb1d
commit
87bd780f9f
34 changed files with 230 additions and 303 deletions
24
.scalafix.conf
Normal file
24
.scalafix.conf
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
rules = [
|
||||
DisableSyntax,
|
||||
LeakingImplicitClassVal,
|
||||
NoAutoTupling,
|
||||
NoValInForComprehension,
|
||||
OrganizeImports
|
||||
]
|
||||
|
||||
OrganizeImports {
|
||||
targetDialect = Scala3
|
||||
blankLines = Manual
|
||||
expandRelative = true
|
||||
removeUnused=false
|
||||
groupedImports=Keep
|
||||
groups = [
|
||||
"---"
|
||||
"re:(javax?|scala)\\."
|
||||
"---"
|
||||
"*"
|
||||
"---"
|
||||
"lu.foyer"
|
||||
"---"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue