Skip to content

Commit b9b7e64

Browse files
Merge pull request #16 from http4s/add-scalafix-conf
Add .scalafix.conf to support sbt-typelevel v0.14.0
2 parents 0dbf153 + e122da5 commit b9b7e64

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.scalafix.conf

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
rules = [
2+
Http4sFs2Linters
3+
Http4sGeneralLinters
4+
Http4sUseLiteralsSyntax
5+
LeakingImplicitClassVal
6+
ExplicitResultTypes
7+
OrganizeImports
8+
]
9+
10+
triggered.rules = [
11+
Http4sFs2Linters
12+
Http4sGeneralLinters
13+
Http4sUseLiteralsSyntax
14+
LeakingImplicitClassVal
15+
]

0 commit comments

Comments
 (0)