We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UnusedMethod
1 parent 65b2c13 commit aecf273Copy full SHA for aecf273
gradle/error-prone.gradle
@@ -53,7 +53,7 @@ tasks.withType(JavaCompile).configureEach {
53
// up2date checking (caching) must consider file changes, as file is currently corrupt!
54
// fix SelfTest.java:L22 ForbidGradleInternal(import org.gradle.api.internal.project.ProjectInternal;)
55
errorproneArgs.add('-XepExcludedPaths:.*/SelfTest.java')
56
- // bug @MethodSource
+ // bug https://github.com/google/error-prone/issues/5289
57
errorproneArgs.add('-XepExcludedPaths:.*/EclipseJdtFormatterStepTest.java')
58
errorproneArgs.add('-XepExcludedPaths:.*/JvmTest.java')
59
if (!getenv().containsKey('CI') && getenv('IN_PLACE')?.toBoolean()) {
0 commit comments