Skip to content

Instantly share code, notes, and snippets.

@luzpaz
Last active July 25, 2024 21:26
Show Gist options
  • Save luzpaz/2fdca71259c1d8a4887ba884f23ba975 to your computer and use it in GitHub Desktop.
Save luzpaz/2fdca71259c1d8a4887ba884f23ba975 to your computer and use it in GitHub Desktop.
codespell flags for different FOSS projects

OCCT (OpenCascade)

https://git.dev.opencascade.org/repos/occt.git

codespell -q 3 -S "*.fr" -L aadd,abnd,abord,acount,adn,afile,aline,alocation,alog,als,anc,ane,anid,anormal,anout,ans,anumber,aother,aparent,apoints,aprogram,asender,asign,asnd,ba,bbuild,bord,bu,caf,cas,childs,classe,don,dout,entites,fonction,guid,hist,identic,ii,inout,ist,iterm,llength,lod,mape,modeling,methode,mye,nam,nd,nin,normale,normales,parametre,parametres,periode,pres,reste,resul,secont,slin,somme,sur,te,thei,theis,ther,theres,thes,thev,thex,tol,transfert,va,verifie,vertexes,weight

LinuxCNC

https://github.com/LinuxCNC/linuxcnc.git

codespell -q 3 -S docs/man/es,*.po,*.ts,./share,./configs/attic,*_es.*,*-es.*,*_fr.*,*-fr.* -L ans,doubleclick,dout,halp,parms`

Blender

https://github.com/blender/blender.git

codespell -q 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment