Skip to content

Commit ad6eb17

Browse files
committed
Setup Scalafix and Docker Compose
1 parent 9fe8f49 commit ad6eb17

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.scalafix.conf

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ OrganizeImports {
99
]
1010
importSelectorsOrder=Ascii
1111
importsOrder=Ascii
12-
removeUnused=false
1312
}
1413

1514
rules = [
1615
OrganizeImports
1716
]
17+
18+
OrganizeImports.targetDialect = Scala3
19+
OrganizeImports.removeUnused = false

docker-compose.yml renamed to compose.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3.9"
21
services:
32
db:
43
image: postgres:14.5-alpine

0 commit comments

Comments
 (0)