From b5beab8f830ecdbdb2c5885edd2f393fedd5f51a Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Wed, 13 May 2020 18:00:08 +0200 Subject: [PATCH] FEM: code conventions, update flake8 command --- src/Mod/Fem/coding_conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/coding_conventions.md b/src/Mod/Fem/coding_conventions.md index fff6290485..9f103a9ea2 100644 --- a/src/Mod/Fem/coding_conventions.md +++ b/src/Mod/Fem/coding_conventions.md @@ -69,7 +69,7 @@ These coding rules apply to FEM module code only. Other modules or the base syst ### Python code formatting tools - **flake8** in source code directory on Linux shell ```bash -find src/Mod/Fem/ -name "*\.py" | grep -v InitGui.py | xargs -I [] flake8 --ignore=E266,W503 --max-line-length=100 [] +find src/Mod/Fem/ -name "*\.py" | xargs -I [] flake8 --ignore=E266,W503 --max-line-length=100 [] ``` - [LGTM](https://lgtm.com/projects/g/FreeCAD/FreeCAD/latest/files/src/Mod/Fem/) - TODO: check pylint