Codespell: skip *.svg + add more ignored words (#5338)

* Codespell: skip *.svg + add more ignored words

* possible words to remove from the ignorelist
This commit is contained in:
Floriansimmer
2022-01-08 00:19:49 +01:00
committed by GitHub
parent cc447a061c
commit f31fe30c57
2 changed files with 20 additions and 42 deletions

View File

@@ -4,88 +4,66 @@ aline
alle
alledges
alocation
als
ang
anid
anormal
apoints
appy
ba
beginn
behaviour
bloaded
bottome
byteorder
calculater
cancelled
cancelling
cas
cascade
centimetre
childrens
childs
colour
colours
commen
connexion
currenty
dof
curvelinear
doubleclick
dum
eiter
elemente
ende
feld
extaction
finde
findf
findn
fle
fo
freez
froms
hist
iff
indicies
initialisation
initialise
initialised
initialises
initialisiert
inout
ist
kilometre
lod
mantatory
mata
methode
metres
millimetre
modell
nd
noe
nin
normale
normaly
nto
numer
oder
ontop
orgin
orginx
orginy
ot
pard
parm
parms
pres
programm
que
propt
rady
recurrance
rougly
seperator
seh
serie
sinc
som
strack
substraction
sur
te
thist
thru
tread
uint
unter
ue
uptodate
usind
vas
vertexes
wallthickness
whitespaces
zuser

View File

@@ -27,5 +27,5 @@ jobs:
with:
check_filenames: true
ignore_words_file: .github/codespellignore
skip: ./.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,./build/
skip: ./.git,*.po,*.ts,*,svg,./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,./build/
path: ${{ steps.changed-files.outputs.all_changed_files }}