api-linter
                                
                                
                                
                                    api-linter copied to clipboard
                            
                            
                            
                        A linter for APIs defined in protocol buffers.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/googleapis/api-linter). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | golang | minor | `1.13` -> `1.19` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/jhump/protoreflect](https://togithub.com/jhump/protoreflect) | require | minor | `v1.10.1` -> `v1.13.0` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/gertd/go-pluralize](https://togithub.com/gertd/go-pluralize) | require | minor | `v0.1.7` -> `v0.2.1` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ruby | final | major | `2.7-alpine` -> `3.1-alpine` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | container | minor | `1.14` -> `1.19` | ---...
Address warnings about security vulnerabilities in Gem dependencies of Jekyll.
isPaginatedResponseMessage currently catches ALL messages with a field named next_page_token. After some discussion, we figured that should change to messages starting with List or Search and ending with Response, or...
https://github.com/googleapis/api-linter/blob/2aa02dc7978a18afd0eb72aa640c3cd90c932c61/rules/aip0158/aip0158.go#L56 seems wrong- according to https://linter.aip.dev/158/response-plural-first-field it should not fire for anything not named [List|Search]*Response, so that || should be an &&. As it's currently implemented, it puts a global...