[CLANG-TIDY] Introduce approach to suppress warnings in the third-party headers #106
Labels
clang-tidy
Issue, which is related to the clang-tidy build of the project
non functional optimization
Issue is related to coverage of the technical debt
Milestone
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:
DLT-Message-Analyzer/dltmessageanalyzerplugin/src/common/PCRE/CMakeLists.txt
Lines 3 to 19 in c2e2851
DLT-Message-Analyzer/dltmessageanalyzerplugin/src/filtersView/CMakeLists.txt
Lines 5 to 21 in 6f3e9fd
That is wrong. We should rather exclude failing headers than exclude our own cpp files.
This task is created to:
The text was updated successfully, but these errors were encountered: