From 0d177850cef58f1897c0a5f073ccb8fb2ab40a29 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Mon, 21 Oct 2024 09:43:36 -0300 Subject: [PATCH] ignore some directories in codespell checks --- .codespellrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.codespellrc b/.codespellrc index 2d242dca9ff..d14b397da25 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,3 +1,4 @@ [codespell] -ignore-words-list=crate,Sur,inout,Groth,groth,re-use, -exclude-file=book/mermaid.min.js +ignore-words-list = crate,Sur,inout,Groth,groth,re-use, +exclude-file = book/mermaid.min.js +skip = ./zebra-rpc/qa/rpc-tests,./supply-chain