From 8f5d9f48a17247ee494bf57add63981cdfe34eb8 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 2 Nov 2023 19:51:32 +0100 Subject: [PATCH] Add a note that diagram spelling should not be fixed. We'll fix diagram spellings in the course of the merge into the future 'main' branch. --- book/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/Makefile b/book/Makefile index a0f2131..a4c41c9 100644 --- a/book/Makefile +++ b/book/Makefile @@ -24,7 +24,7 @@ html-linkcheck: clean html # spell check all sources # NOTE: diagrams are not yet spell checked, but we emit the required changes codespell: - @$(PRINTF) "The following change suggestions are only warnings!\n" + @$(PRINTF) "The following change suggestions are only warnings! (Please don't fix them)\n" @$(CODESPELL) source/diag || true @$(PRINTF) "The following change suggestions are errors!\n" @$(CODESPELL) .