From 0d4301b478cf023c55dff085c18eaeebd7e43b05 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Thu, 27 Nov 2025 06:56:11 -0500 Subject: [PATCH] makefile: update codespell ignore word list Updated codespell dictionary to include additional terms (to avoid false positives) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 13d73f9d3..63d17f4d5 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ validate-yml: codespell: codespell -w -q 3 \ - -L shotcut,sav,boundry,percentil,readded,uint,ith,sinc,amin,childs,seeked,writen \ + -L amin,boun,boundry,childs,hsi,indx,ith,mis,nast,parms,percentil,readded,sav,seeked,shotcut,sinc,slin,uint,writen \ -S ChangeLog,cJSON.c,cJSON.h,RtAudio.cpp,RtAudio.h,*.rej,mlt_wrap.* cppcheck: