opiproject / opi-api

Open Programmable Infrastructure API and Behavioral Model
Apache License 2.0
31 stars 39 forks source link

Include https://github.com/googleapis/api-linter in protobuf checking. #444

Closed sandersms closed 1 week ago

sandersms commented 4 months ago

The google-api-linter is not run as part of the buf lint. Buf lint does not include all of the rules in the google linter and currently won't be able to be extended. We can utilize the linter in the make process to provide more comprehensive checking until buf extends additional checking.