-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error-prone 2.15.0 #1562
Conversation
9485af3
to
5d70bb0
Compare
@@ -5,9 +5,9 @@ buildscript { | |||
} | |||
|
|||
dependencies { | |||
classpath 'com.google.errorprone:error_prone_core:2.15.0' |
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.
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 |
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.
Latest baseline should take care of this out of the box: https://github.com/palantir/gradle-baseline/blob/4d9c322805ac8fbc1967baa529d5d1a609513fbe/gradle-baseline-java/src/main/groovy/com/palantir/baseline/plugins/BaselineErrorProne.java#L173
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.
#1567 to switch over to gradle-baseline provided error-prone
Before this PR
Outdated error-prone. Simpler alternative to #1543
After this PR
==COMMIT_MSG==
Error-prone 2.15.0
==COMMIT_MSG==
Possible downsides?