[PWGDQ] Please consider the following formatting changes to #10915 #56
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#L471
Use constant references for non-modified iterators in range-based for loops.
|
|
[const-ref-in-for-loop]:
PWGDQ/Tasks/filterPPwithAssociation.cxx#L360
Use constant references for non-modified iterators in range-based for loops.
|
|
[const-ref-in-for-loop]:
PWGDQ/Tasks/filterPPwithAssociation.cxx#L352
Use constant references for non-modified iterators in range-based for loops.
|
|
[const-ref-in-for-loop]:
PWGDQ/Tasks/filterPPwithAssociation.cxx#L316
Use constant references for non-modified iterators in range-based for loops.
|
|
[const-ref-in-for-loop]:
PWGDQ/Tasks/filterPPwithAssociation.cxx#L263
Use constant references for non-modified iterators in range-based for loops.
|
|
[logging]:
PWGDQ/Tasks/filterPPwithAssociation.cxx#L1238
Use O2 logging (LOG, LOGF, LOGP).
|
|
[logging]:
PWGDQ/Tasks/filterPPwithAssociation.cxx#L1119
Use O2 logging (LOG, LOGF, LOGP).
|
|
[logging]:
PWGDQ/Tasks/filterPPwithAssociation.cxx#L128
Use O2 logging (LOG, LOGF, LOGP).
|
|
[root/entity]:
PWGDQ/Tasks/filterPPwithAssociation.cxx#L1268
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.
|