damccorm commented on code in PR #38292:
URL: https://github.com/apache/beam/pull/38292#discussion_r3149889499


##########
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:
   Yeah - that should get us back to green, but allows us to keep the warning 
for future code



-- 
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]

Reply via email to