Skip to content

Commit

Permalink
Update scalafix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aeons committed Oct 4, 2017
1 parent 6a5f81f commit e248c15
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scalafix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ run
sbt scalafix github:typelevel/cats/v1.0.0
```

to run all rules that apply to version `1.0.0`.

If you only want to run the rules that apply to version `1.0.0-MF` run

```sh
sbt scalafix github:typelevel/cats/v1.0.0?sha=c131fe4
```

## Available rules

- [x] All Unapply enabled methods, e.g. sequenceU, traverseU, etc. are removed. Unapply enabled syntax ops are also removed. Please use the partial unification SI-2712 fix instead. The easiest way might be this sbt-plugin.
Expand Down

0 comments on commit e248c15

Please sign in to comment.