Amar3tto commented on code in PR #38292:
URL: https://github.com/apache/beam/pull/38292#discussion_r3149415594
##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -1532,6 +1532,7 @@ class BeamModulePlugin implements Plugin<Project> {
def disabledChecks = [
// TODO(https://github.com/apache/beam/issues/20955): Enable
errorprone checks
"AutoValueImmutableFields",
+ "AutoValueSubclassLeaked",
Review Comment:
I thought the safest way is to revert this part as it was previously
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]