som-snytt commented on code in PR #258:
URL: https://github.com/apache/incubator-pekko/pull/258#discussion_r1144111682
##########
project/PekkoDisciplinePlugin.scala:
##########
@@ -164,7 +164,7 @@ object PekkoDisciplinePlugin extends AutoPlugin {
"-Ywarn-numeric-widen",
"-Yno-adapted-args",
"-deprecation",
- "-Xlint",
+ "-Xlint:-infer-any",
Review Comment:
This enables no lints. `-Xlint -Xlint:-infer-any` or `-Xlint:-infer-any,_`
with underscore to mean all. (Not sure if that was intended here.)
--
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]