1
0
mirror of https://github.com/containers/image.git synced 2025-04-18 19:44:05 +03:00

3 Commits

Author SHA1 Message Date
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
Kir Kolyshkin
e2e81f25c2 Simplify codespellrc, fix remaining typos
Current .codespellrc contains too many exclusions, and as a result it
misses some legitimate typos.

A few previous commits silenced or fixed some of the codespell warnings
in preparation for this one, which minimizes exclusions, and fixes the
actual remaining typos.

The fixes here are the result of codespell -w.

./copy/sign_test.go:119: overidden ==> overridden
./copy/encryption.go:51: pratice ==> practice
./copy/multiple_test.go:80: crated ==> created
./copy/progress_bars.go:124: progres ==> progress

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2024-08-02 13:37:53 -07:00
Yaroslav Halchenko
3e888e48bf Add codespell config while moving some config options from Makefile
Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
2023-12-08 16:20:31 -05:00