mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
3b187011bb
* add back proto docs template * ignore all third party packages from proto lint * generate missing proto docs/linting * update old branch name for proto-check-breaking * remove dependency changes from proto generation * remove no longer needed docs cmds from makefile * use v0.3 dev image w/ go 1.17; add go mod tidy back Co-authored-by: Nick DeLuca <nickdeluca08@gmail.com>
11 lines
192 B
YAML
11 lines
192 B
YAML
version: v1
|
|
lint:
|
|
# ignore all linting stuff from third party proto files
|
|
ignore:
|
|
- cosmos
|
|
- cosmos_proto
|
|
- gogoproto
|
|
- google
|
|
- ibc
|
|
- tendermint
|
|
- proofs.proto |