Skip to content

Commit 3c535cf

Browse files
committed
fix: ScalaDoc reports false compilation warnings
1 parent 7f1d9e9 commit 3c535cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/BuildSettings.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ object BuildSettings {
4343
"-Ywarn-unused", // for Scalafix. not present in sbt-tpolecat for 2.13
4444
"-P:silencer:checkUnused"
4545
),
46+
Compile / doc / sources := Seq.empty,
47+
Compile / packageDoc / publishArtifact := false,
4648
Test / publishArtifact := false,
4749
Test / test / wartremoverErrors := (Compile / compile / wartremoverErrors).value filterNot Set(
4850
Wart.MutableDataStructures,

0 commit comments

Comments
 (0)