Skip to content

Commit

Permalink
Fix multiple filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Fekete committed Oct 7, 2024
1 parent 6d16fa1 commit 145a116
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
# 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,endianess,Endianess,Fo,haveA,hashIn,larg,LEAPYEAR,inCreated,inOut,inout,Merget,mot,optionA,optmization,parm,parms,rIn,rsource,ser,siz,Te,te,TOOM,userA,vie,vlaue
exclude_file:
./IDE/ECLIPSE/DEOS/tls_wolfssl.c
./IDE/ECLIPSE/MICRIUM/client_wolfssl.c
./IDE/IAR-MSP430/main.c
./tests/api.c
./IDE/ECLIPSE/DEOS/tls_wolfssl.c
,./IDE/ECLIPSE/MICRIUM/client_wolfssl.c
,./IDE/IAR-MSP430/main.c
,./tests/api.c
skip:
./certs/*/*.pem
*.pem

0 comments on commit 145a116

Please sign in to comment.