update some random akka refs (#196)
This commit is contained in:
parent
5e8a278b1b
commit
3ee028f915
49 changed files with 175 additions and 172 deletions
|
|
@ -23,8 +23,8 @@ object PekkoDisciplinePlugin extends AutoPlugin {
|
|||
override def requires: Plugins = JvmPlugin
|
||||
override lazy val projectSettings = disciplineSettings
|
||||
|
||||
// allow toggling for pocs/exploration of ideas without discpline
|
||||
val enabled = !sys.props.contains("akka.no.discipline")
|
||||
// allow toggling for pocs/exploration of ideas without discipline
|
||||
val enabled = !sys.props.contains("pekko.no.discipline")
|
||||
|
||||
// We allow warnings in docs to get the 'snippets' right
|
||||
val nonFatalJavaWarningsFor = Set(
|
||||
|
|
@ -140,7 +140,7 @@ object PekkoDisciplinePlugin extends AutoPlugin {
|
|||
else Seq.empty),
|
||||
// Discipline is not needed for the docs compilation run (which uses
|
||||
// different compiler phases from the regular run), and in particular
|
||||
// '-Ywarn-unused:explicits' breaks 'sbt ++2.13.0-M5 akka-actor/doc'
|
||||
// '-Ywarn-unused:explicits' breaks 'sbt ++2.13.0-M5 actor/doc'
|
||||
// https://github.com/akka/akka/issues/26119
|
||||
Compile / doc / scalacOptions --= disciplineScalacOptions.toSeq :+ "-Xfatal-warnings",
|
||||
// having discipline warnings in console is just an annoyance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue