From a3a32f556d5c22568a413465ad7a0e35a3862f62 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 9 Dec 2023 11:46:08 +0100 Subject: [PATCH] Modify codespell to not check example files Example files may contain crypto gibberish and will trip codespell. Signed-off-by: David Runge --- book/.codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/.codespellrc b/book/.codespellrc index 3fe0661..0ca6c79 100644 --- a/book/.codespellrc +++ b/book/.codespellrc @@ -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/*