Skip to content

Commit

Permalink
FEM: code conventions, update flake8 command
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed May 13, 2020
1 parent 8796d7b commit b5beab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/coding_conventions.md
Expand Up @@ -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
Expand Down

0 comments on commit b5beab8

Please sign in to comment.