mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-26 21:37:58 +00:00
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>
7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
[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/*
|