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.
1 parent 253b314 commit 5fe9384Copy full SHA for 5fe9384
docs/rules/RemoveUnused.md
@@ -15,7 +15,7 @@ example diff from running `sbt "scalafix RemoveUnused"`.
15
To use this rule:
16
17
- Enable the Scala compiler option `-Ywarn-unused` (2.12), `-Wunused` (2.13),
18
- or `-Wunused:all` (3.3.4+).
+ `-Wunused:all` (3.3.4+), or -Wall (with 3.5.2+ and backported to 3.3.5+).
19
- Disable `-Xfatal-warnings` if you have it enabled. This is required so the
20
compiler warnings do not fail the build before running Scalafix. If you are
21
running 2.12.13+ or 2.13.2+, you may keep `-Xfatal-warnings` by modifying how
0 commit comments