Skip to content

Commit d2ee022

Browse files
authored
Merge pull request #6 from Kpler/update-readme
docs: update readme
2 parents 2c0d638 + fb251ea commit d2ee022

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@ Collection of [pre-commit](https://pre-commit.com/) hooks for scala
44

55
* scalafmt: Run scalafmt, should be configured with a `.scalafmt.conf` file
66

7-
* scalafix: Run scalafix, should be configured with a `.scalafix.conf` file, only supports syntactic rules
8-
97
## Alternative
108

119
* [pre-commit-scalafmt](https://github.com/coyainsurance/pre-commit-scalafmt)
12-
* Run scalafmt on compile
10+
* Run scalafmt on compile (from sbt)
1311

1412
## How to upgrade scalafix or scalafmt ?
1513

1614
Download the newer version with coursier then commit the result
1715

1816
```bash
1917
cs bootstrap scalafmt -o scalafmt -f
20-
cs bootstrap scalafix -o scalafix -f
2118
```

0 commit comments

Comments
 (0)