diff --git a/README.md b/README.md index 7bc6259..b167184 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,10 @@ Collection of [pre-commit](https://pre-commit.com/) hooks for scala * scalafmt: Run scalafmt, should be configured with a `.scalafmt.conf` file -* scalafix: Run scalafix, should be configured with a `.scalafix.conf` file, only supports syntactic rules - ## Alternative * [pre-commit-scalafmt](https://github.com/coyainsurance/pre-commit-scalafmt) -* Run scalafmt on compile +* Run scalafmt on compile (from sbt) ## How to upgrade scalafix or scalafmt ? @@ -17,5 +15,4 @@ Download the newer version with coursier then commit the result ```bash cs bootstrap scalafmt -o scalafmt -f -cs bootstrap scalafix -o scalafix -f ```