Skip to content

Commit

Permalink
Create .scalafix.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker authored Jun 5, 2022
1 parent 56127ae commit a3b6304
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .scalafix.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
rules = [
Http4sFs2Linters
Http4sGeneralLinters
Http4sUseLiteralsSyntax
LeakingImplicitClassVal
ExplicitResultTypes
OrganizeImports
]

triggered.rules = [
Http4sFs2Linters
Http4sGeneralLinters
Http4sUseLiteralsSyntax
LeakingImplicitClassVal
]

0 comments on commit a3b6304

Please sign in to comment.