You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
GIT can provide tools to check / lint the code before creating a commit. We are using it in our simulation project COMPASS and I find it very useful.
So, I have several questions regarding hooks:
Do you think it's useful?
If yes, which tools to you want to check:
a. lint: removes un-useful CR, white spaces, format the code with tools like astyle, clang-format, ...
b. static analyse with cppcheck
c. other in mind ?
If you want, I can put it in my branch and try it before adopting it (or not)