svlad-90 / DLT-Message-Analyzer

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

[CLANG-TIDY] Introduce approach to suppress warnings in the third-party headers #106

Open svlad-90 opened 4 years ago

svlad-90 commented 4 years ago

Currently, we have several warnings in clang-tidy build, which are related to the third-party headers:

Due to the absence of an approach, we've suppressed check of the whole cpp-s, which are using the headers with warnings:

That is wrong. We should rather exclude failing headers than exclude our own cpp files.

This task is created to: