Skip to content

Commit

Permalink
Add Scalafix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed May 31, 2020
1 parent b106229 commit 62c84cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .scalafix.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
rules = [
AddSerializable
AddImplicitNotFound
TypeClassSupport
]

TypeClassSupport.opsObjectDeprecation = {
message = "Use cats.syntax object imports"
since = "2.2.0"
}

0 comments on commit 62c84cf

Please sign in to comment.