Skip to content

Please consider the following formatting changes to #13245 #23

Please consider the following formatting changes to #13245

Please consider the following formatting changes to #13245 #23

Triggered via pull request October 20, 2025 14:28
@alibuildalibuild
synchronize #5
Status Failure
Total duration 12s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[const-ref-in-for-loop]: PWGDQ/Tasks/qaMatching.cxx#L1064
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.
[const-ref-in-for-loop]: PWGDQ/Tasks/qaMatching.cxx#L1039
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/qaMatching.cxx#L995
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/qaMatching.cxx#L885
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/qaMatching.cxx#L876
Use constant references for non-modified iterators in range-based for loops.
[external-pi]: PWGDQ/Tasks/qaMatching.cxx#L294
Use the PI constant (and its multiples and fractions) defined in o2::constants::math.
[root/entity]: PWGDQ/Tasks/qaMatching.cxx#L748
Replace ROOT entities with equivalents from standard C++ or from O2.
[root/entity]: PWGDQ/Tasks/qaMatching.cxx#L735
Replace ROOT entities with equivalents from standard C++ or from O2.
[root/entity]: PWGDQ/Tasks/qaMatching.cxx#L52
Replace ROOT entities with equivalents from standard C++ or from O2.
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.