Codespell: Difference between revisions

From FreeCAD Documentation
No edit summary
mNo edit summary
 
Line 17: Line 17:
* https://forum.freecadweb.org/viewtopic.php?f=18&t=12833&start=50#p332225
* https://forum.freecadweb.org/viewtopic.php?f=18&t=12833&start=50#p332225


[[Category: Developer Documentation]]
[[Category: Developer Documentation{{#translation:}}]]
[[Category: 3rd Party{{#translation:}}]]

Latest revision as of 09:01, 24 September 2022

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Description

Codespell (website) is a CLI application that checks source code for misspellings.

It's important to run it from time to time on the FreeCAD codebase.

tl;dr

codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,apoints,ba,beginn,behaviour,bloaded,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childs,colour,colours,commen,connexion,currenty,dof,doubleclick,dum,eiter,elemente,ende,feld,finde,findf,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oder,orgin,orginx,orginy,ot,pard,pres,programm,que,recurrance,rougly,seperator,serie,sinc,strack,substraction,te,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml

Related