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


##########
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 think here the suggestion is to not add "AutoValueSubclassLeaked" 
suppression back to BeamModulePlugins, and we can revert the change (including 
"BigQueryIOTranslation.java") then add "SuppressWarnings" annotations in the 
specific places



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