File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -518,6 +518,6 @@ lazy val sslConfig = project
518
518
519
519
addCommandAlias(
520
520
" check" ,
521
- " scalafmtSbtCheck; scalafmtCheckAll; compile:scalafix --check; test:scalafix --check; site/mdoc; +missinglinkCheck; +test"
521
+ " scalafmtSbtCheck; scalafmtCheckAll; compile:scalafix --check; test:scalafix --check; +doc; + site/mdoc; +missinglinkCheck; +test"
522
522
)
523
523
addCommandAlias(" fix" , " compile:scalafix; test:scalafix; scalafmtSbt; scalafmtAll" )
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ object BuildSettings {
46
46
scalacOptions ++= List (
47
47
" -Ywarn-unused" // necessary for Scalafix RemoveUnused rule (not present in sbt-tpolecat for 2.13)
48
48
) ++ (if (scalaVersion.value.startsWith(" 2.13" )) List (" -Wmacros:after" ) else List .empty),
49
+ Compile / doc / scalacOptions -= " -Xfatal-warnings" ,
49
50
missinglinkExcludedDependencies ++= List (
50
51
moduleFilter(organization = " ch.qos.logback" ),
51
52
moduleFilter(organization = " com.datastax.oss" , name = " java-driver-core" ),
You can’t perform that action at this time.
0 commit comments