mirror of
https://github.com/osmosis-labs/osmosis.git
synced 2025-07-20 16:55:37 +00:00

* add config for CI * ignore words * update config * WIP * proto * x * Generated protofile changes * no more fix typo * Generated protofile changes * revert this * revert this as well * revert all changes to contracts * testing CI * update list of ignore words * credit * add command to makefile * testing * so funton is a name, not a typo... * revert * fix typos on main --------- Co-authored-by: github-actions <github-actions@github.com>
4 lines
137 B
Plaintext
4 lines
137 B
Plaintext
[codespell]
|
|
skip = *.rs,*.json,*.js,*.html,*.d,*.sum,go.mod,*/statik.go
|
|
quiet-level = 2
|
|
ignore-words = .github/workflows/ignore-words.txt |