You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where `0.1.8` is version of the plugin itself, and `0.10.4` is version of Scalafix invoked by the plugin.
19
+
Where `0.1.8` is version of the plugin itself, and `0.11.0` is version of Scalafix invoked by the plugin.
20
20
21
21
Then, you need to setup a file `.scalafix.conf` in the root directory of your Maven project (note the dot at the start of filename). You can find `.scalafix.conf` guide [here](https://scalacenter.github.io/scalafix/docs/users/configuration.html).
22
22
@@ -58,7 +58,7 @@ By default, sources should be located inside `src/main/scala` directory. Though,
@@ -126,7 +126,7 @@ If you want to use external rules, add jars containing rules to dependencies of
126
126
127
127
CLI name | Maven configuration name | Maven type | Description
128
128
--- | --- | --- | ---
129
-
`scalafix.mode` | `mode` | `ScalafixMainMode`: either `IN_PLACE`, `CHECK`, `STDOUT` or `AUTO_SUPPRESS_LINTER_ERRORS` (default: `IN_PLACE`) | Describes mode in which Scalafix runs. Description of different parameter values can be found in [Scalafix javadoc](https://static.javadoc.io/ch.epfl.scala/scalafix-interfaces/0.10.4/scalafix/interfaces/ScalafixMainMode.html).
129
+
`scalafix.mode` | `mode` | `ScalafixMainMode`: either `IN_PLACE`, `CHECK`, `STDOUT` or `AUTO_SUPPRESS_LINTER_ERRORS` (default: `IN_PLACE`) | Describes mode in which Scalafix runs. Description of different parameter values can be found in [Scalafix javadoc](https://static.javadoc.io/ch.epfl.scala/scalafix-interfaces/0.11.0/scalafix/interfaces/ScalafixMainMode.html).
130
130
`scalafix.command.line.args` | `commandLineArgs` | `List[String]` (default: empty) | Custom CLI arguments to pass into Scalafix. Description of available arguments can be found in [Scalafix CLI documentation](https://scalacenter.github.io/scalafix/docs/users/installation.html#help).
131
131
`scalafix.skip` | `skip` | `Boolean` (default: `false`) | Whether we should skip all formatting.
132
132
`scalafix.skip.main` | `skipMain` | `Boolean` (default: `false`) | Whether we should skip formatting of application/library sources (by default located in `main/scala`).
0 commit comments