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
In acquire-project/cpx#76, I added some pre-commit checks that basically outline the linters we should run regularly. cppcheck was especially useful. Also, the PR checks are the right place to do apply these kinds of controls - pre-commit is just a helpful tool.
Candidate checks are:
clang-tidy
cppcheck
clang-format
run tests w valgrind
The text was updated successfully, but these errors were encountered:
In acquire-project/cpx#76, I added some pre-commit checks that basically outline the linters we should run regularly.
cppcheck
was especially useful. Also, the PR checks are the right place to do apply these kinds of controls - pre-commit is just a helpful tool.Candidate checks are:
The text was updated successfully, but these errors were encountered: