This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new dfc0bd12021 Enable UseCorrectAssertInTests ErrorProne Check (#37766)
dfc0bd12021 is described below
commit dfc0bd12021cbebdb8cd824d3305e2c0e54a395d
Author: Radosław Stankiewicz <[email protected]>
AuthorDate: Thu Mar 5 01:21:44 2026 +0100
Enable UseCorrectAssertInTests ErrorProne Check (#37766)
---
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 1 -
1 file changed, 1 deletion(-)
diff --git
a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index 5b90afac1a3..5887c22d387 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -1571,7 +1571,6 @@ class BeamModulePlugin implements Plugin<Project> {
"UnnecessaryParentheses",
"UnrecognisedJavadocTag",
"UnsafeReflectiveConstructionCast",
- "UseCorrectAssertInTests",
// errorprone 3.2.0+ checks
"DirectInvocationOnMock",
"Finalize",