[PWGDQ] fix linter errors in muonGlobalAlignment.cxx - #17352
Conversation
|
O2 linter results: ❌ 0 errors, |
|
Error while checking build/O2Physics/code-check for 1682bd4 at 2026-08-06 13:02: Full log here. |
|
@mcoquet642 I will fix the code-check errors and push a new version. |
987c8ad to
38d5f2e
Compare
|
Error while checking build/O2Physics/code-check for c94c699 at 2026-08-08 20:31: Full log here. |
c94c699 to
5f8deec
Compare
|
Error while checking build/O2Physics/code-check for 5f8deec at 2026-08-08 23:48: Full log here. |
|
@iarsene @mcoquet642 @XiaozhiBai @mguilbau this PR fixes most of the linter and code-check errors in the I would propose to merge the PR as is, and fix the remaining error and warnings in a next one, to avoid re-running the CI once more. Thanks a lot! |
|
@aferrero2707 why do you consider these errors as not genuine ? |
|
@mcoquet642 the and I could not figure out a better way to pass the Here is the relevant piece of code: Thanks! |
|
@aferrero2707 fix linter errors where? |
I think using |
I tried, and is solves the first two errors, but not the |
I ran clang-tidy locally, and it does solve |
|
Error while checking build/O2Physics/o2 for 5f8deec at 2026-08-10 17:43: Full log here. |
The PR fixes all the Linter errors that were reported in the last merged PR: #17346
The fixes are implemented in this separate PR for clarity, since the changes here do not introduce any functional modification in the code.