-
Notifications
You must be signed in to change notification settings - Fork 39
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
Upgrade Error Prone 2.35.1 -> 2.36.0 #1429
Conversation
Suggested commit message:
|
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.
Added a commit and updated the suggested commit message.
Can generate updated compatibility matrix ~tonight.
Looks good. No mutations were possible for these changes. |
This'll require a change to the script, as the new requirement that the |
K, pushed a likely fix. Will re-run the script ~tonight. |
Looks good. No mutations were possible for these changes. |
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.
Updated the compatibility matrix and tweaked the suggested commit message.
Looks good. No mutations were possible for these changes. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
2f04a24
to
9465f69
Compare
Looks good. No mutations were possible for these changes. |
Quality Gate passedIssues Measures |
This PR contains the following updates:
2.35.1
->2.36.0
2.35.1
->2.36.0
Release Notes
google/error-prone (Error Prone)
v2.36.0
: Error Prone 2.36.0Compare Source
Changes:
ErrorProneScanner
for AST nodes introduced after Java 11 (e5fd194
)--should-stop=ifError=FLOW
is set when using the-Xplugin
integration (e71db1f
)New checks:
DuplicateBranches
: Discourage conditional expressions and if statements where both branches are the sameRedundantControlFlow
: Reports redundantcontinue
statements.Closed issues: #4633, #4646