Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: warnings-ng-plugin
-
Labels:None
-
Similar Issues:
Description
Currently I'm trying to integrate clang-tidy in our build server. But currently it is not really usable, because (run-)clang-tidy just has a `-header-filter` option, which filters header files, but not source files. So moc & qrc files of Qt are generating still error messages. So it would be nice, if this plugin has an option to filter files by relative path (relative to be independent to slave path) via a regex.
Oh thanks, searched for this in tool option, and not in general settings (event it makes sense how it is). Nevertheless: filter is using absolute path and not relativ paths, so it is more complex with multiple build server.