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
Things like cppcheck
and Doxygen for the documentation, as well as lcov for reporting test coverages.
Using such tools is a good way to enforce coding standards, coding best practices and improve the overall security of the project by increasing the chances to detect race conditions, memory leaks etc.
The text was updated successfully, but these errors were encountered:
It would be nice to improve the library's tooling to use things like:
and
Doxygen
for the documentation, as well as lcov for reporting test coverages.Using such tools is a good way to enforce coding standards, coding best practices and improve the overall security of the project by increasing the chances to detect race conditions, memory leaks etc.
The text was updated successfully, but these errors were encountered: