Replies: 1 comment
-
|
I got stuck in with a genie and here are the findings One thing that made the 2.50.0 upgrade harder than it needed to be: the changes that actually broke our -Werror build don't appear on the release page at all. The three culprits were all existing checks that started matching more code rather than new Digging into why, it looks structural rather than an oversight: release.yml builds the notes with generate_release_notes: true, which lists merged PR titles — but since Error Prone is exported from internal commits, most changes never exist as GitHub |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading from
1.49.0to1.50.0I get fresh violations of theReferenceEquality,RefactorSwitchandNotJavadocrules, but the release notes don't mention anything about them.I confirmed they are valid, so I'm wondering what changed? Is this a case of errorprone
This actually happens quite often, and its probably worth adding to a FAQ.
At the moment its a bit too magical.
I just hope it doesn't go the other way with rules that should be firing no longer doing so!
Beta Was this translation helpful? Give feedback.
All reactions