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
Currently, DescriptorSource only contains the source code info in a single file, but linter may want to check descriptors across files, e.g., a service may include the request and response message in a different file.
We may let DescriptorSource use {filename, path} as the key to lookup the source code info (currently, we only use path as the key).
The text was updated successfully, but these errors were encountered:
Currently,
DescriptorSource
only contains the source code info in a single file, but linter may want to check descriptors across files, e.g., a service may include the request and response message in a different file.We may let
DescriptorSource
use{filename, path}
as the key to lookup the source code info (currently, we only usepath
as the key).The text was updated successfully, but these errors were encountered: