-
Notifications
You must be signed in to change notification settings - Fork 43
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
Excavator: Upgrades Baseline to the latest version #557
Conversation
It's weird that it didn't extract the java compile failures to test summary. Something must be off with our regexes |
This PR has been automatically marked as stale because it has not been touched in the last 14 days. If you'd like to keep it open, please leave a comment or add the 'long-lived' label, otherwise it'll be closed in 7 days. |
This PR has been automatically marked as stale because it has not been touched in the last 14 days. If you'd like to keep it open, please leave a comment or add the 'long-lived' label, otherwise it'll be closed in 7 days. |
@@ -43,6 +43,7 @@ dependencies { | |||
testCompile sourceSets.generatedJersey.output | |||
testCompile sourceSets.generatedUndertow.output | |||
testImplementation 'org.junit.jupiter:junit-jupiter' | |||
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine' |
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.
cc @ferozco 🌶🌶🌶🌶
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.
👻
excavator is a bot for automating changes across repositories.
Changes produced by the roomba/latest-baseline-oss check.
Release Notes
2.4.0
StrictUnusedVariable
check will catch any unused arguments (e.g. AuthHeaders) to public methods. error-prone's built-inUnusedVariable
would only apply to private methods or local fields.To enable or disable this check, please contact the maintainers of Excavator.