FEM: coding conventions, update codespell command

This commit is contained in:
Bernd Hahnebach
2019-09-12 21:03:43 +02:00
parent bab1dd0379
commit fd5175ea67

View File

@@ -42,4 +42,6 @@ find src/Mod/Fem/ -name "*\.py" | grep -v InitGui.py | xargs -I [] flake8 --igno
- Be mindful of spelling. Spell checks are quite often neglected.
- [codespell]((https://github.com/codespell-project/codespell#updating) could be used
> codespell -q 2 -S *.ts -L alle,childs,dof,dum,ist,methode,nd,normaly,uint,vertexes src/Mod/Fem/
~~~
codespell -q 2 -S *.ts -L childs,dof,dum,methode,nd,normaly,uint,vertexes,freez src/Mod/Fem/
~~~