cosmos-sdk/buf.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