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
We're using default options of different versions of clang-tidy between CI pipelines (noetic, humble, etc).
This sometimes results in conflicting errors.
Expected behavior
All the pipelines run with the same clang-tidy parameters. Actual behavior
All the pipelines run with the default clang-tidy parameters for their clang-tidy version.
The text was updated successfully, but these errors were encountered:
Hmm, I think this is a consequence of using glob patterns to select .clang-tidy checks. In that sense, I would expect later versions to be much more pedantic than earlier ones. I've never seen an earlier version disagreeing with a latter one. @serraramiro1 do you have an example?
Bug description
We're using default options of different versions of clang-tidy between CI pipelines (noetic, humble, etc).
This sometimes results in conflicting errors.
Expected behavior
All the pipelines run with the same clang-tidy parameters.
Actual behavior
All the pipelines run with the default clang-tidy parameters for their clang-tidy version.
The text was updated successfully, but these errors were encountered: