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
Contract leakage - Package scope
In general messages and services should only reference messages from its own package. A lint rule should be configurable to not import other packages except those that are whitelisted (example: google.protobuf, shared.package, …)
The text was updated successfully, but these errors were encountered:
Contract leakage - Package scope
In general messages and services should only reference messages from its own package. A lint rule should be configurable to not import other packages except those that are whitelisted (example: google.protobuf, shared.package, …)
The text was updated successfully, but these errors were encountered: