Skip to content

[PWGJE] additional outlier checks on tracks #20235

[PWGJE] additional outlier checks on tracks

[PWGJE] additional outlier checks on tracks #20235

Triggered via pull request November 10, 2025 14:15
@jaimenormanjaimenorman
synchronize #13747
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
[magic-number]: PWGJE/Tasks/jetOutlierQA.cxx#L262
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/Tasks/jetOutlierQA.cxx#L256
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/Tasks/jetOutlierQA.cxx#L108
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/Tasks/jetOutlierQA.cxx#L105
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[const-ref-in-for-loop]: PWGJE/Tasks/jetOutlierQA.cxx#L481
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/Tasks/jetOutlierQA.cxx#L478
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/Tasks/jetOutlierQA.cxx#L324
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/Tasks/jetOutlierQA.cxx#L305
Use constant references for non-modified iterators in range-based for loops.
[std-prefix]: PWGJE/Tasks/jetOutlierQA.cxx#L698
Use std:: prefix for names from the std namespace.
[std-prefix]: PWGJE/Tasks/jetOutlierQA.cxx#L604
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.