Modify codespell to not check example files

Example files may contain crypto gibberish and will trip codespell.

Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
David Runge 2023-12-09 11:46:08 +01:00 committed by Heiko Schaefer
parent 787af30af8
commit a3a32f556d
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB

View file

@ -2,4 +2,4 @@
# SPDX-License-Identifier: CC0-1.0
[codespell]
skip = ./build,./input,./source/diag/*.svg
skip = ./build,./input,./source/diag/*.svg,./source/examples/*