mirror of
https://github.com/containers/image.git
synced 2025-04-17 08:37:06 +03:00
Instead of excluding just the *.gpg files, let's exclude directories containing those (and similar) files which should not be subjected to spell checker. This makes codespell run faster and fixes the following warning: > WARNING: Cannot decode file using encoding "utf-8": ./signature/simplesigning/testdata/private-keys-v1.d/A0E6EC3A2963DC2D19E9C24E4E6DD232E6BBE1CD.key > WARNING: Trying next encoding "iso-8859-1" Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
7 lines
260 B
Plaintext
7 lines
260 B
Plaintext
# 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
|