e513f79b81
* Setup minimal chain * Change app and command name * Rename command folder * Add run instructions * Add placeholder files for bond module * Missing new line
18 lines
379 B
YAML
18 lines
379 B
YAML
version: v1
|
|
deps:
|
|
- buf.build/cosmos/cosmos-sdk # pin the Cosmos SDK version
|
|
- buf.build/cosmos/cosmos-proto
|
|
- buf.build/cosmos/gogo-proto
|
|
- buf.build/googleapis/googleapis
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
- COMMENTS
|
|
- FILE_LOWER_SNAKE_CASE
|
|
except:
|
|
- UNARY_RPC
|
|
- COMMENT_FIELD
|
|
- SERVICE_SUFFIX
|
|
- PACKAGE_VERSION_SUFFIX
|
|
- RPC_REQUEST_STANDARD_NAME
|