9b9c835266
* evm: dynamic fee tx * proto message * fix * lint
36 lines
616 B
YAML
36 lines
616 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
|
|
- RPC_REQUEST_RESPONSE_UNIQUE
|
|
- RPC_RESPONSE_STANDARD_NAME
|
|
- RPC_REQUEST_RESPONSE_UNIQUE
|
|
- COMMENT_MESSAGE
|
|
ignore:
|
|
- tendermint
|
|
- gogoproto
|
|
- cosmos_proto
|
|
- google
|
|
- confio
|
|
breaking:
|
|
use:
|
|
- FILE
|
|
ignore:
|
|
- tendermint
|
|
- gogoproto
|
|
- cosmos_proto
|
|
- google
|