Skip to content

[PWGJE] fix collision rejection #18397

[PWGJE] fix collision rejection

[PWGJE] fix collision rejection #18397

Triggered via pull request October 8, 2025 12:25
Status Failure
Total duration 17s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[const-ref-in-for-loop]: PWGJE/Tasks/jetOutlierQA.cxx#L436
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/Tasks/jetOutlierQA.cxx#L433
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/Tasks/jetOutlierQA.cxx#L279
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/Tasks/jetOutlierQA.cxx#L260
Use constant references for non-modified iterators in range-based for loops.
[external-pi]: PWGJE/Tasks/jetOutlierQA.cxx#L212
Use the PI constant (and its multiples and fractions) defined in o2::constants::math.
[root/entity]: PWGJE/Tasks/jetOutlierQA.cxx#L484
Replace ROOT entities with equivalents from standard C++ or from O2.
[root/entity]: PWGJE/Tasks/jetOutlierQA.cxx#L440
Replace ROOT entities with equivalents from standard C++ or from O2.
[root/entity]: PWGJE/Tasks/jetOutlierQA.cxx#L407
Replace ROOT entities with equivalents from standard C++ or from O2.
[std-prefix]: PWGJE/Tasks/jetOutlierQA.cxx#L550
Use std:: prefix for names from the std namespace.
[std-prefix]: PWGJE/Tasks/jetOutlierQA.cxx#L536
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.