Skip to content

Commit

Permalink
Merge pull request #639 from armanbilge/topic/silence-scala3-migrations
Browse files Browse the repository at this point in the history
Add `-Wconf:cat=scala3-migration:s` on 2.13
  • Loading branch information
armanbilge committed Sep 11, 2023
2 parents 16bbe6c + 62985e8 commit 9f26c3d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ object TypelevelSettingsPlugin extends AutoPlugin {
"-Wnumeric-widen",
"-Wunused", // all choices are enabled by default
"-Wvalue-discard",
// we want to opt-in to the -Xsource:3 semantics changes, and opt-out from fatal warnings about the changes
"-Wconf:cat=scala3-migration:s",
// Tune '-Xlint':
// - remove 'implicit-recursion' due to backward incompatibility with 2.12
// - remove 'recurse-with-default' due to backward incompatibility with 2.12
Expand Down

0 comments on commit 9f26c3d

Please sign in to comment.