mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 04:57:08 +00:00
- **refactor: improve query service code structure** - **chore(deps): update protoc-gen-go-grpc to v1.5.1** - **refactor: replace package with** - **chore(deps): update dependencies** - **fix(deps): update webauthn to v0.11.2** - **refactor: remove onsonr.sonr from package names** - **refactor: improve code readability in vault querier** - **refactor: simplify controller initialization** - **fix: remove unnecessary function for counter data** - **refactor: update button component file paths** - **refactor(authentication): simplify register page** - **fix: update error filenames in marketing section templates**
38 lines
763 B
YAML
38 lines
763 B
YAML
version: v1
|
|
name: buf.build/onsonr/sonr
|
|
deps:
|
|
- buf.build/cosmos/cosmos-sdk
|
|
- buf.build/cosmos/cosmos-proto
|
|
- buf.build/cosmos/gogo-proto
|
|
- buf.build/googleapis/googleapis
|
|
breaking:
|
|
use:
|
|
- FILE
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
- COMMENTS
|
|
- FILE_LOWER_SNAKE_CASE
|
|
except:
|
|
- UNARY_RPC
|
|
- COMMENT_FIELD
|
|
- COMMENT_MESSAGE
|
|
- COMMENT_SERVICE
|
|
- COMMENT_RPC
|
|
- SERVICE_SUFFIX
|
|
- PACKAGE_VERSION_SUFFIX
|
|
- RPC_REQUEST_STANDARD_NAME
|
|
- PACKAGE_SAME_GO_PACKAGE
|
|
- PACKAGE_SAME_DIRECTORY
|
|
- PACKAGE_DIRECTORY_MATCH
|
|
- RPC_RESPONSE_STANDARD_NAME
|
|
- COMMENT_ENUM_VALUE
|
|
- COMMENT_ENUM
|
|
- ENUM_ZERO_VALUE_SUFFIX
|
|
ignore:
|
|
- PACKAGE_NO_IMPORT_CYCLE
|
|
- IMPORT_USED
|
|
- tendermint
|
|
- amino
|
|
- cosmos
|