Skip to content

Commit a565532

Browse files
authored
scalafix: document scalafixAll to migrate test code as well (typelevel#3608)
1 parent 3179825 commit a565532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: scalafix/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ThisBuild / scalacOptions += "-P:semanticdb:synthetics:on"
1717
Then run Scalafix:
1818

1919
```sh
20-
sbt scalafix github:typelevel/cats/Cats_v2_2_0
20+
sbt scalafixAll github:typelevel/cats/Cats_v2_2_0
2121
```
2222

2323
### Available rules
@@ -28,7 +28,7 @@ sbt scalafix github:typelevel/cats/Cats_v2_2_0
2828
## Migration to Cats v1.0.0
2929

3030
```sh
31-
sbt scalafix github:typelevel/cats/Cats_v1_0_0
31+
sbt scalafixAll github:typelevel/cats/Cats_v1_0_0
3232
```
3333

3434
### Available rules

0 commit comments

Comments
 (0)