* Add basic x/bank gRPC query server * proto lint * Add pb.go file * cleanup * add separate grpc query tests * Add request validation * Use gRPC status errors Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
24 lines
339 B
YAML
24 lines
339 B
YAML
build:
|
|
roots:
|
|
- .
|
|
excludes:
|
|
- third_party/proto/google
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
- COMMENTS
|
|
- FILE_LOWER_SNAKE_CASE
|
|
except:
|
|
- UNARY_RPC
|
|
- COMMENT_FIELD
|
|
- PACKAGE_DIRECTORY_MATCH
|
|
- SERVICE_SUFFIX
|
|
ignore:
|
|
- third_party
|
|
- codec/testdata
|
|
breaking:
|
|
use:
|
|
- FILE
|
|
ignore:
|
|
- third_party
|