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
Linting and refactoring of gRPC API .proto files - BREAKING CHANGE (#1223)
* Added linter ignore rules to match current .proto files
* Fixed SERVICE_SUFFIX lint warning
* Fixed RPC_RESPONSE_STANDARD_NAME lint warning
* Fixed RPC_REQUEST_STANDARD_NAME and RPC_REQUEST_RESPONSE_UNIQUE lint warning
There is one error remaining that require a more involved refactoring.
* Fixed ENUM_VALUE_PREFIX and ENUM_VALUE_UPPER_SNAKE_CASE lint warning
* Fixed FIELD_LOWER_SNAKE_CASE lint warning
* Fixed PACKAGE_VERSION_SUFFIX lint warning
* Fixed PACKAGE_DIRECTORY_MATCH lint warning
* Fixed plurals in repeated fields
* Fixed .proto files indentations
* Fixed some multiword names
* Pass of clang-format
* Fixed integration tests for JSON output
* Updated example_client
* Rename archive_file_name to archive_filename for coherence with the rest of the API
* Updated migration guide
* Added lint and format as Taskfile targets
0 commit comments