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
Disable deprecated member findings in generated code
People might want to mock classes that use some deprecated libraries
or classes. Mocked class itself could also be deprecated. Deprecated
member findings for the generated code are not very useful:
1. They are dubbing the finding in the actual code.
2. They are hard to disable (have to edit generated code).
So disable `deprecated_member_use` and `deprecated_member_use_from_same_package`
findings in the generated code.
Fixes#565
PiperOrigin-RevId: 548118939
0 commit comments