Skip to content

[PWGDQ] updated matching QA task #22588

[PWGDQ] updated matching QA task

[PWGDQ] updated matching QA task #22588

Triggered via pull request January 5, 2026 09:44
@aferrero2707aferrero2707
synchronize #14387
Status Failure
Total duration 20s
Artifacts

o2-linter.yml

on: pull_request_target
O2 linter
15s
O2 linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 notices
[const-ref-in-for-loop]: PWGDQ/Tasks/qaMatching.cxx#L1200
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/qaMatching.cxx#L1072
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/qaMatching.cxx#L1063
Use constant references for non-modified iterators in range-based for loops.
[logging]: PWGDQ/Tasks/qaMatching.cxx#L2069
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGDQ/Tasks/qaMatching.cxx#L2042
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGDQ/Tasks/qaMatching.cxx#L1659
Use O2 logging (LOG, LOGF, LOGP).
[pdg/explicit-code]: PWGDQ/Tasks/qaMatching.cxx#L1609
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGDQ/Tasks/qaMatching.cxx#L1552
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[std-prefix]: PWGDQ/Tasks/qaMatching.cxx#L1361
Use std:: prefix for names from the std namespace.
[std-prefix]: PWGDQ/Tasks/qaMatching.cxx#L1360
Use std:: prefix for names from the std namespace.
O2 linter
To tolerate certain issues in a directory, add a line with the test name in "o2linter_config".
O2 linter
Exceptionally, you can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test and parentheses with a reason for the exception.