Skip to content

[PWGDQ] Please consider the following formatting changes to #13419 #33

[PWGDQ] Please consider the following formatting changes to #13419

[PWGDQ] Please consider the following formatting changes to #13419 #33

Triggered via pull request October 16, 2025 13:07
@alibuildalibuild
opened #11
Status Failure
Total duration 14s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[const-ref-in-for-loop]: PWGDQ/Tasks/dqEfficiency_withAssoc.cxx#L415
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/dqEfficiency_withAssoc.cxx#L412
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/dqEfficiency_withAssoc.cxx#L364
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/dqEfficiency_withAssoc.cxx#L335
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/dqEfficiency_withAssoc.cxx#L293
Use constant references for non-modified iterators in range-based for loops.
[logging]: PWGDQ/Tasks/dqEfficiency_withAssoc.cxx#L4161
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGDQ/Tasks/dqEfficiency_withAssoc.cxx#L4152
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGDQ/Tasks/dqEfficiency_withAssoc.cxx#L4147
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGDQ/Tasks/dqEfficiency_withAssoc.cxx#L240
Use O2 logging (LOG, LOGF, LOGP).
[include-iostream]: PWGDQ/Tasks/dqEfficiency_withAssoc.cxx#L50
Do not include iostream. Use O2 logging instead.
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.