|
# See https://github.com/codespell-project/codespell#using-a-config-file
|
|
[codespell]
|
|
skip = ./vendor,./.git,./go.sum,./signature/fixtures,./signature/simplesigning/testdata
|
|
|
|
# NOTE words added to the list below need to be lowercased.
|
|
ignore-words-list = te,bu
|