Skip to content

Commit aecf273

Browse files
author
Vincent Potucek
committed
[prone] Apply UnusedMethod
1 parent 65b2c13 commit aecf273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/error-prone.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tasks.withType(JavaCompile).configureEach {
5353
// up2date checking (caching) must consider file changes, as file is currently corrupt!
5454
// fix SelfTest.java:L22 ForbidGradleInternal(import org.gradle.api.internal.project.ProjectInternal;)
5555
errorproneArgs.add('-XepExcludedPaths:.*/SelfTest.java')
56-
// bug @MethodSource
56+
// bug https://github.com/google/error-prone/issues/5289
5757
errorproneArgs.add('-XepExcludedPaths:.*/EclipseJdtFormatterStepTest.java')
5858
errorproneArgs.add('-XepExcludedPaths:.*/JvmTest.java')
5959
if (!getenv().containsKey('CI') && getenv('IN_PLACE')?.toBoolean()) {

0 commit comments

Comments
 (0)