From eae86ea3268cfd92ac88d29f201f64aa2d359145 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Thu, 12 Sep 2019 21:03:43 +0200 Subject: [PATCH] FEM: coding conventions, update codespell command --- src/Mod/Fem/coding_conventions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Mod/Fem/coding_conventions.md b/src/Mod/Fem/coding_conventions.md index 8ba6a8a0ba..0f14f7a5d7 100644 --- a/src/Mod/Fem/coding_conventions.md +++ b/src/Mod/Fem/coding_conventions.md @@ -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/ +~~~