1
0
mirror of https://github.com/containers/image.git synced 2025-04-18 19:44:05 +03:00
image/.codespellrc
Kir Kolyshkin 73763ea96d .codespellrc: exclude directories with test data
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>
2025-03-04 12:37:04 -08:00

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