Option for build_telemac.py --check
Summary
When running build_telemac.py --check, the coding conventions are checked in $HOMETEL/sources folder but also o, Fortran files in the $HOMETEL/examples Usually for new features or fixes, most of the changes are done in $HOMETEL/sources It could decrease time to check if an option is available only to check the coding convention in a specific folder provided by the user (by default = check in sources and examples, if providing a path, only in the path).
Why is this feature useful?
To save time when running the command to relevant folders.
How to implement it?
Capture of argument when running build_telemac.py --check (none = default = sources + examples, path = path where checking)