forked from cerc-io/laconicd-deprecated
3752485b27
* add protolint yaml * Update .protolint.yml with Evmos settings * Add super-linter.yml for GH action * Copy .markdownlint.yml settings from Evmos * Sort proto imports * address protolint error in all Protobuf files * update Makefile to mirror Proto commands for Evmos * remove unnecessary go get command in protocgen.sh when using cosmos docker image * copy .clang-format from Evmos repo * apply make proto-format * Execute make proto-all after changes to config are complete * address last linter comment
7 lines
77 B
YAML
7 lines
77 B
YAML
---
|
|
Language: Proto
|
|
BasedOnStyle: google
|
|
ColumnLimit: 120
|
|
IndentWidth: 2
|
|
...
|