metastore icon indicating copy to clipboard operation
metastore copied to clipboard

Lint scope: Package scope

Open alexvanboxel opened this issue 6 years ago • 0 comments

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, …)

alexvanboxel avatar Feb 15 '19 13:02 alexvanboxel