mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-12-10 15:41:07 +01:00
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>
This commit is contained in:
parent
cb4ac38e05
commit
82f59746f2
2 changed files with 15 additions and 0 deletions
5
book/.codespellrc
Normal file
5
book/.codespellrc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# SPDX-FileCopyrightText: 2023 The "Notes on OpenPGP" project
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
[codespell]
|
||||
skip = ./build,./source/diag/*.svg
|
||||
Loading…
Add table
Add a link
Reference in a new issue