diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index c8b7c9c58..b33a35314 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -18,10 +18,6 @@ jobs: check_hidden: true # Add comma separated list of words to ignore (sorted alphabetically, case sensitive) ignore_words_list: adin,ADn,alph,aNULL,carryIn,cconfiguration,chainG,ciph,cLen,cliKs,creen,dout,ede,Fo,haveA,hashIn,larg,LEAPYEAR,inCreated,inOut,inout,Merget,mot,optionA,parm,parms,rIn,rsource,ser,siz,Te,te,TOOM,userA,vie - exclude_file: - ./IDE/ECLIPSE/DEOS/tls_wolfssl.c - ,./IDE/ECLIPSE/MICRIUM/client_wolfssl.c - ,./IDE/IAR-MSP430/main.c - ,./tests/api.c + exclude_file: ./IDE/ECLIPSE/DEOS/tls_wolfssl.c,./IDE/ECLIPSE/MICRIUM/client_wolfssl.c,./IDE/IAR-MSP430/main.c,./tests/api.c skip: '*.pem'