From f31fe30c573225da036569a4b01bef0df0a55db7 Mon Sep 17 00:00:00 2001 From: Floriansimmer Date: Sat, 8 Jan 2022 00:19:49 +0100 Subject: [PATCH] Codespell: skip *.svg + add more ignored words (#5338) * Codespell: skip *.svg + add more ignored words * possible words to remove from the ignorelist --- .github/codespellignore | 60 +++++++++++---------------------- .github/workflows/codespell.yml | 2 +- 2 files changed, 20 insertions(+), 42 deletions(-) diff --git a/.github/codespellignore b/.github/codespellignore index 5691d0a7d9..3a315545fc 100644 --- a/.github/codespellignore +++ b/.github/codespellignore @@ -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 \ No newline at end of file +zuser \ No newline at end of file diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 068a2a6221..cb8760a25c 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -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 }} \ No newline at end of file