svlad-90 / DLT-Message-Analyzer

"Extended search" plugin for the DLT-viewer
Other
76 stars 13 forks source link

[REPOSITORY] Create static code analysis build session #66

Closed svlad-90 closed 4 years ago

svlad-90 commented 4 years ago

In order to ensure the appropriate quality of our SW, it would be great to create a static-code analysis build session. The session should be running on ubuntu-latest and use cpp-check tool. After ( and if ) the session will be established, we will create another task to fix all identified warnings.

svlad-90 commented 4 years ago

After the investigation, the cpp-check tool was replaced with the clang-tidy one. Such a decision was made as its integration with cmake was much easier.