Skip to content
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

Error-prone 2.15.0 #1562

Closed
wants to merge 1 commit into from
Closed

Error-prone 2.15.0 #1562

wants to merge 1 commit into from

Conversation

schlosna
Copy link
Contributor

@schlosna schlosna commented Sep 6, 2022

Before this PR

Outdated error-prone. Simpler alternative to #1543

After this PR

==COMMIT_MSG==
Error-prone 2.15.0
==COMMIT_MSG==

Possible downsides?

@schlosna schlosna added merge when ready no changelog dependencies Pull requests that update a dependency file labels Sep 6, 2022
@schlosna schlosna force-pushed the ds/error-prone-2.15.0 branch from 9485af3 to 5d70bb0 Compare September 12, 2022 14:29
@schlosna schlosna marked this pull request as ready for review September 12, 2022 14:29
@@ -5,9 +5,9 @@ buildscript {
}

dependencies {
classpath 'com.google.errorprone:error_prone_core:2.15.0'
Copy link
Contributor

@carterkozak carterkozak Sep 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thoughts on removing this in order to pick up error_prone 2.15.0 from gradle-baseline?

https://github.com/palantir/gradle-baseline/blob/4.161.0/versions.lock#L17-L23

@@ -84,6 +84,7 @@ allprojects {
).collect { it.canonicalName() } as String[])

disable 'AndroidJdkLibsChecker', // ignore Android
'CanIgnoreReturnValueSuggester', // high noise on builders
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#1567 to switch over to gradle-baseline provided error-prone

@schlosna schlosna deleted the ds/error-prone-2.15.0 branch October 4, 2023 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file merge when ready no changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants