ed313c9482
* stargate: proto files * third party proto files * third party proto files * add annotations * rm proto-gen-any * rm script any
32 lines
493 B
YAML
32 lines
493 B
YAML
build:
|
|
roots:
|
|
- proto
|
|
- third_party/proto
|
|
excludes:
|
|
- third_party/proto/google/protobuf
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
- COMMENTS
|
|
- FILE_LOWER_SNAKE_CASE
|
|
except:
|
|
- UNARY_RPC
|
|
- COMMENT_FIELD
|
|
- SERVICE_SUFFIX
|
|
- PACKAGE_VERSION_SUFFIX
|
|
- RPC_REQUEST_STANDARD_NAME
|
|
ignore:
|
|
- tendermint
|
|
- gogoproto
|
|
- cosmos_proto
|
|
- google
|
|
- confio
|
|
breaking:
|
|
use:
|
|
- FILE
|
|
ignore:
|
|
- tendermint
|
|
- gogoproto
|
|
- cosmos_proto
|
|
- google
|