Commit graph

3 commits

Author SHA1 Message Date
David Runge
a3a32f556d
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>
2023-12-10 20:44:42 +01:00
Heiko Schaefer
844f0a3561
ci: exclude input/ from codespell errors 2023-11-26 19:32:47 +01:00
David Runge
82f59746f2
Add codespell integration, which checks all sources
Add a make target for running `codespell` on all sources.
Skip running codespell on the build directory (we have javascript etc.
in there).
Only emit warnings but do not fail on spelling errors in diagrams.

Signed-off-by: David Runge <dave@sleepmap.de>
2023-11-02 19:05:05 +01:00