-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable fatal warnings in CI #830
Conversation
For Scala 2.13 there are a lot of warnings right now. Some will be easier to solve once 2.13.1 comes along. I suggest not enabling it for Scala 2.13. Maybe the contributor's advice needs to talk about this. The Travis stage names should probably show that it is enabled to make it less surprising. |
Alright. I also noticed warnings like these:
but when browsing into the Apache Kafka |
That is interesting. I see |
The schema registry pulls in Kafka 2.2.0 see |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Great find.
But some more work to do... |
Collection convertion deprecation warnings will go away, once scala/scala-collection-compat#217 is released and we start using it. |
What about merging this without enabling |
Validation should pass now after disabling fatal-warnings in scaladoc. |
580d29d
to
7d6fe87
Compare
7b4065b
to
024431b
Compare
Purpose
Enables fatal warnings in CI, so unused import and other warnings do not slip through to master.