mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Add scalafix and organize-imports rule
This commit is contained in:
13
.scalafix.conf
Normal file
13
.scalafix.conf
Normal file
@ -0,0 +1,13 @@
|
||||
rules = [
|
||||
ProcedureSyntax
|
||||
OrganizeImports
|
||||
]
|
||||
OrganizeImports {
|
||||
coalesceToWildcardImportThreshold = 3
|
||||
expandRelative = true
|
||||
groupedImports = Keep
|
||||
importsOrder = Ascii
|
||||
groups = ["re:javax?\\.", "scala.", "re:(cats|fs2)\\.", "docspell.", "*"]
|
||||
importSelectorsOrder = Ascii
|
||||
removeUnused = true
|
||||
}
|
Reference in New Issue
Block a user