From e248c156f3ad6fdbc6ef1dab2ca93fdb94d5141d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Madsen?= Date: Wed, 4 Oct 2017 13:13:39 +0200 Subject: [PATCH] Update scalafix readme --- scalafix/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scalafix/README.md b/scalafix/README.md index eb67618294..e357000b2a 100644 --- a/scalafix/README.md +++ b/scalafix/README.md @@ -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.