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.
This commit is contained in:
Heiko Schaefer 2023-11-02 19:51:32 +01:00
parent 32a05d2c5b
commit 8f5d9f48a1
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -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) .