mdedetrich commented on code in PR #258:
URL: https://github.com/apache/incubator-pekko/pull/258#discussion_r1143454022
##########
project/PekkoDisciplinePlugin.scala:
##########
@@ -76,7 +76,7 @@ object PekkoDisciplinePlugin extends AutoPlugin {
"pekko-stream-tests-tck",
"pekko-testkit")
- val defaultScalaOptions = "-Wconf:cat=unused-nowarn:s,any:e"
+ val defaultScalaOptions =
"-Wconf:cat=unused-nowarn:s,cat=lint-infer-any:s,any:e"
Review Comment:
This is a new warning that was added in latest versions of Scala 2.12/2.13
and a huge portion of the codebase (particularly `actors`) have sections of the
code that infers `any` so rather than polluting a large portion of the codebase
I just globally silenced this specific warning.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]