Skip to content

Commit 3a98019

Browse files
committed
enable -Xfatal-warnings for Scaladoc too
despite the stern warnings warning in build.sbt, we have no such warnings currently
1 parent 2d592f9 commit 3a98019

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ scalaCheckVersion := "1.11.6"
2424

2525
// TODO: eliminate "-deprecation:false" for nightlies,
2626
// included by default because we don't want to break scala/scala pr validation
27-
// don't use -Xfatal-warnings for doc scope, scaladoc warnings are not to be reckoned with
28-
scalacOptions in (Compile, compile) ++=
27+
scalacOptions ++=
2928
Seq("-feature", "-deprecation:false", "-unchecked", "-Xlint", "-Xfatal-warnings") ++
3029
(CrossVersion.partialVersion(scalaVersion.value) match {
3130
case Some((2, scalaMajor)) if scalaMajor < 12 =>

0 commit comments

Comments
 (0)