-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix proto-lint by copying gravity config
- Loading branch information
1 parent
05b6576
commit db68c73
Showing
3 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Generated by "buf config migrate-v1beta1". Edit as necessary, and | ||
# remove this comment when you're finished. | ||
# | ||
# This workspace file points to the roots found in your | ||
# previous "buf.yaml" configuration. | ||
version: v1 | ||
directories: | ||
- proto | ||
- third_party/proto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
version: v1beta1 | ||
|
||
build: | ||
roots: | ||
- proto | ||
- third_party/proto | ||
lint: | ||
allow_comment_ignores: true | ||
use: | ||
- DEFAULT | ||
- COMMENTS | ||
- FILE_LOWER_SNAKE_CASE | ||
except: | ||
- UNARY_RPC | ||
- COMMENT_FIELD | ||
- COMMENT_ENUM | ||
- COMMENT_ENUM_VALUE | ||
- COMMENT_RPC | ||
- COMMENT_MESSAGE | ||
- SERVICE_SUFFIX | ||
- PACKAGE_VERSION_SUFFIX | ||
- RPC_REQUEST_STANDARD_NAME | ||
- RPC_RESPONSE_STANDARD_NAME | ||
- INPORT_USED | ||
ignore: | ||
- tendermint | ||
- gogoproto | ||
- cosmos_proto | ||
- third_party | ||
breaking: | ||
use: | ||
- FILE | ||
except: | ||
- FIELD_NO_DELETE | ||
ignore: | ||
- tendermint | ||
- gogoproto | ||
- cosmos_proto | ||
- third_party |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Generated by "buf config migrate-v1beta1". Edit as necessary, and | ||
# remove this comment when you're finished. | ||
# | ||
# This module represents the "third_party/proto" root found in | ||
# the previous configuration. | ||
version: v1 | ||
build: | ||
excludes: | ||
- google/protobuf | ||
breaking: | ||
use: | ||
- FILE | ||
ignore: | ||
- proofs.proto # confio/ics23 | ||
- gogoproto | ||
- tendermint | ||
lint: | ||
allow_comment_ignores: true | ||
use: | ||
- DEFAULT | ||
- COMMENTS | ||
- FILE_LOWER_SNAKE_CASE | ||
except: | ||
- UNARY_RPC | ||
- COMMENT_FIELD | ||
- COMMENT_MESSAGE | ||
- COMMENT_RPC | ||
- SERVICE_SUFFIX | ||
- PACKAGE_VERSION_SUFFIX | ||
- RPC_REQUEST_STANDARD_NAME | ||
- RPC_RESPONSE_STANDARD_NAME | ||
- IMPORT_USED | ||
ignore: | ||
- proofs.proto # confio/ics23 | ||
- gogoproto | ||
- tendermint |