From 11d0a631d4f111ea1932f68b9bcc91a5c569b3c8 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 21 Jan 2025 15:10:30 -0500 Subject: [PATCH] codespell: Split multi-valued configuration across multiple lines The `codespell` implementation cleans up newlines and whitespace before splitting comma-separated lists. Also drop an unused entry. --- .codespellrc | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 51 insertions(+), 2 deletions(-) diff --git a/.codespellrc b/.codespellrc index c227872db1..445e98dde0 100644 --- a/.codespellrc +++ b/.codespellrc @@ -4,5 +4,54 @@ check-hidden = # Disable warnings about binary files quiet-level = 2 builtin = clear,rare,en-GB_to_en-US -skip = */.git,*/build,*/Copyright.txt,*/CTestCustom.cmake.in,*/doxygen.config,*/Modules/Internal/CPack/NSIS.template.in,*/Source/CursesDialog/form/*,*/Source/kwsys/*,*/Tests/RunCMake/CPack/tests/DMG_SLA/German.*,*/Tests/RunCMake/ParseImplicitData/*.input,*/Tests/StringFileTest/test.utf8,*.pfx,*/Utilities/cm* -ignore-words-list = aci,ags,ake,ans,ba,ccompiler,cconfiguration,certi,conly,copyin,dependees,dne,dum,earch,ect,filetest,fo,helpfull,hiden,isnt,keypair,nd,ned,nin,nknown,ot,pard,sectionin,seh,ser,te,upto,varn,vas,wee + +skip = + */.git, + */build, + */Copyright.txt, + */CTestCustom.cmake.in, + */Modules/Internal/CPack/NSIS.template.in, + */Source/CursesDialog/form/*, + */Source/kwsys/*, + */Tests/RunCMake/CPack/tests/DMG_SLA/German.*, + */Tests/RunCMake/ParseImplicitData/*.input, + */Tests/StringFileTest/test.utf8, + */Utilities/cm*, + *.pfx, + +ignore-words-list = + aci, + ags, + ake, + ans, + ba, + ccompiler, + cconfiguration, + certi, + conly, + copyin, + dependees, + dne, + dum, + earch, + ect, + filetest, + fo, + helpfull, + hiden, + isnt, + keypair, + nd, + ned, + nin, + nknown, + ot, + pard, + sectionin, + seh, + ser, + te, + upto, + varn, + vas, + wee,