based on the List of checks
and that we want to follow more of the cppcoreguidelines
Note about commits:
- Use a meaningful commit message to the project
- do not use: task4 ..... that is meaningful for the application but not for the project,
- Something like: clang-tidy: check and fix cppcoreguidelines-avoid-reference-coroutine-parameters
- Do a commit amend if there is a need to change the commit message and force the push
- It is a commit per cppcoreguidelines that is added/fixed
based on the List of checks
and that we want to follow more of the
cppcoreguidelinesNote about commits: