You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ings
to avoid break builds that don't have an `@Generated` annotation
available, see discussion in:
#1348
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=312115507
My understanding is that the intention was to only demote the checks to warning severity for now, until the EP community migrated off Java 8 and revert to the error severity later.
As we know Java 8/Java 11 cross compilation is somehow convoluted in Bazel and produces hard to understand and fix failures, e.g. [1],[2].
Given that Bazel only considers checks with error severity by default it would be totally sufficient to demote the severity level (including the documentation) and not to disable the checks.
In 230ad26
the two checks were demoted to severity level warning, but it seems that the documentation was missed to be adapted: [1], [2].
[1] https://errorprone.info/bugpattern/ExtendsAutoValue
[2] https://errorprone.info/bugpattern/RefersToDaggerCodegen
The text was updated successfully, but these errors were encountered: