Skip to content

Commit

Permalink
Add -Wconf:cat=scala3-migration:s on 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Sep 11, 2023
1 parent 16bbe6c commit 62985e8
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 62985e8

Please sign in to comment.