From 3857562b9a69a9701e39882ea599127e8773d3a3 Mon Sep 17 00:00:00 2001 From: Brice Jaglin Date: Thu, 29 Aug 2024 00:42:00 +0200 Subject: [PATCH] docs: unmanagedSources can be tweaked with Scala 3 --- docs/users/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/users/installation.md b/docs/users/installation.md index a44d19cd0..e9b078d05 100644 --- a/docs/users/installation.md +++ b/docs/users/installation.md @@ -315,10 +315,10 @@ https://scalameta.org/docs/semanticdb/guide.html#scalac-compiler-plugin > matched against the `java.io.File.getAbsolutePath` representation of each > file. -### Exclude files from Scalafix (Scala 2.x only) +### Exclude files from Scalafix By default, the `scalafix` task processes all files in a project. If you use -SemanticDB, the `scalafix` task also respects +Scala 2.x, the `scalafix` task also respects [`-P:semanticdb:exclude`](#exclude-files-from-semanticdb-scala-2x-only). Use `Compile / scalafix / unmanagedSources` to optionally exclude files from