We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c0d638 + fb251ea commit d2ee022Copy full SHA for d2ee022
README.md
@@ -4,18 +4,15 @@ Collection of [pre-commit](https://pre-commit.com/) hooks for scala
4
5
* scalafmt: Run scalafmt, should be configured with a `.scalafmt.conf` file
6
7
-* scalafix: Run scalafix, should be configured with a `.scalafix.conf` file, only supports syntactic rules
8
-
9
## Alternative
10
11
* [pre-commit-scalafmt](https://github.com/coyainsurance/pre-commit-scalafmt)
12
-* Run scalafmt on compile
+* Run scalafmt on compile (from sbt)
13
14
## How to upgrade scalafix or scalafmt ?
15
16
Download the newer version with coursier then commit the result
17
18
```bash
19
cs bootstrap scalafmt -o scalafmt -f
20
-cs bootstrap scalafix -o scalafix -f
21
```
0 commit comments