From da3a3db7738c57525b909ad202e2878ad54f97eb Mon Sep 17 00:00:00 2001 From: Jerome Hue <jerome.hue@cea.fr> Date: Wed, 27 Nov 2024 16:35:14 +0100 Subject: [PATCH] chore: Update codespellrc to ignore everydirectory starting with 'build' --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index ab384a7b1..2f4534c93 100644 --- a/.codespellrc +++ b/.codespellrc @@ -2,7 +2,7 @@ builtin = clear,rare,en-GB_to_en-US,names,informal,code check-filenames = check-hidden = -skip = */.git,*/build,*/prefix,*/aidge_core,*/aidge_core.egg-info,*/cmake,.clang-format +skip = */.git,*/build*,*/prefix,*/aidge_core,*/aidge_core.egg-info,*/cmake,.clang-format quiet-level = 2 # childs : used a lot and understandable # dOut,inH,ro : used for testing -- GitLab