mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
* Buf upgrades * Buf format and basic endpoint fixes * gRPC linter fixes * Amend buf.yaml linter exceptions * Update README * Freshly generated gRPC code after depends update * Nitterinos
18 lines
355 B
YAML
18 lines
355 B
YAML
version: v1
|
|
name: buf.build/gocryptotrader/grpc
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
except:
|
|
- RPC_REQUEST_RESPONSE_UNIQUE
|
|
- PACKAGE_DIRECTORY_MATCH
|
|
- PACKAGE_VERSION_SUFFIX
|
|
- RPC_RESPONSE_STANDARD_NAME
|
|
- RPC_REQUEST_STANDARD_NAME
|
|
breaking:
|
|
use:
|
|
- FILE
|
|
deps:
|
|
- buf.build/googleapis/googleapis
|
|
- buf.build/grpc-ecosystem/grpc-gateway
|