foyer-dsi-assure-2035/.scalafix.conf
Paul-Henri Froidmont 87bd780f9f
Fix tests
2025-10-13 15:46:22 +02:00

24 lines
360 B
Text

rules = [
DisableSyntax,
LeakingImplicitClassVal,
NoAutoTupling,
NoValInForComprehension,
OrganizeImports
]
OrganizeImports {
targetDialect = Scala3
blankLines = Manual
expandRelative = true
removeUnused=false
groupedImports=Keep
groups = [
"---"
"re:(javax?|scala)\\."
"---"
"*"
"---"
"lu.foyer"
"---"
]
}