FEM: coding conventions, add linkt to lgtm

This commit is contained in:
Bernd Hahnebach
2019-10-26 17:39:22 +02:00
committed by GitHub
parent bb1aec9e60
commit 523d8d71f1

View File

@@ -45,7 +45,7 @@ These coding rules apply to FEM module code only. Other modules or the base syst
```bash
find src/Mod/Fem/ -name "*\.py" | grep -v InitGui.py | xargs -I [] flake8 --ignore=E266,W503 --max-line-length=100 []
```
- [LGTM](www.lgtm.com)
- [LGTM](https://lgtm.com/projects/g/FreeCAD/FreeCAD/latest/files/src/Mod/Fem/)
- TODO: check pylint
- Automatic code formatter will not be used for existent code
- For new code if someone would like to use a code formatter black should be used