api-linter icon indicating copy to clipboard operation
api-linter copied to clipboard

AIP-191 File names must not contain version numbers

Open parthea opened this issue 2 years ago • 0 comments

AIP-191 states The version must not be used as a filename, because this creates bizarre imports in client libraries. Filenames such as v3.proto or v1beta1.proto are prohibited. but the linter does not enforce this requirement.

https://google.aip.dev/191#file-names

parthea avatar Jan 24 '24 12:01 parthea