Skip to content

[PWGDQ] Please consider the following formatting changes to #10747 #41

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

[PWGDQ] Please consider the following formatting changes to #10747 #41

Triggered via pull request April 3, 2025 13:59
Status Failure
Total duration 16s
Artifacts

o2-linter.yml

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

Annotations

2 errors, 10 warnings, and 1 notice
O2 linter
Process completed with exit code 1.
O2 linter result
Issues have been found.
[const-ref-in-for-loop]: PWGDQ/Tasks/filterPPwithAssociation.cxx#L448
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/filterPPwithAssociation.cxx#L339
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/filterPPwithAssociation.cxx#L303
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/filterPPwithAssociation.cxx#L253
Use constant references for non-modified iterators in range-based for loops.
[logging]: PWGDQ/Tasks/filterPPwithAssociation.cxx#L1217
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGDQ/Tasks/filterPPwithAssociation.cxx#L1107
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGDQ/Tasks/filterPPwithAssociation.cxx#L1096
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGDQ/Tasks/filterPPwithAssociation.cxx#L940
Use O2 logging (LOG, LOGF, LOGP).
[root-entity]: PWGDQ/Tasks/filterPPwithAssociation.cxx#L1247
Replace ROOT entities with equivalents from standard C++ or from O2.
[include-iostream]: PWGDQ/Tasks/filterPPwithAssociation.cxx#L14
Do not include iostream. Use O2 logging instead.
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.