Don't set -Yrangepos by default #26900
It is not required for all scalafix rules anyway, and breaks genjavadoc
This commit is contained in:
parent
ad0f19a694
commit
04dccf42c0
1 changed files with 0 additions and 3 deletions
|
|
@ -45,8 +45,6 @@ object AkkaDisciplinePlugin extends AutoPlugin with ScalafixSupport {
|
|||
"akka-stream-tests-tck",
|
||||
"akka-testkit")
|
||||
|
||||
lazy val scalaFixSettings = Seq(Compile / scalacOptions += "-Yrangepos")
|
||||
|
||||
lazy val silencerSettings = {
|
||||
val silencerVersion = "1.6.0"
|
||||
Seq(
|
||||
|
|
@ -57,7 +55,6 @@ object AkkaDisciplinePlugin extends AutoPlugin with ScalafixSupport {
|
|||
|
||||
lazy val disciplineSettings =
|
||||
if (enabled) {
|
||||
scalaFixSettings ++
|
||||
silencerSettings ++ Seq(
|
||||
Compile / scalacOptions ++= (
|
||||
if (!nonFatalWarningsFor(name.value)) Seq("-Xfatal-warnings")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue