FEM: code conventions, update flake8 command

This commit is contained in:
Bernd Hahnebach
2020-05-13 18:00:08 +02:00
parent 8796d7bc11
commit b5beab8f83

View File

@@ -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