Add codespell configuration

Add a configuration file for codespell; it is tweaked to work on the
current codebase, i.e. skipping non-sources.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
Pino Toscano 2023-09-26 06:53:27 +02:00
parent 6b7c11fc27
commit 968b4456bd

6
.codespellrc Normal file
View File

@ -0,0 +1,6 @@
[codespell]
# ignore
# - the git directory; apparently codespell does not do it)
# - CI files, as most of them are autogenerated
# - po translations, as they contain non-English texts
skip = ./.git,./ci/*,.*/po/*