Skip to content

[DPG] Clean PIDResponse in DPG #19797

[DPG] Clean PIDResponse in DPG

[DPG] Clean PIDResponse in DPG #19797

Triggered via pull request November 2, 2025 20:29
@njacazionjacazio
opened #13646
Status Failure
Total duration 14s
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
[magic-number]: DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPC.cxx#L257
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[name/workflow-file]: DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx#L1
Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
[magic-number]: DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx#L337
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx#L312
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx#L257
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx#L237
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx#L219
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[name/workflow-file]: DPG/Tasks/AOTTrack/PID/Combined/qaPIDWithV0s.cxx#L1
Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
[const-ref-in-for-loop]: DPG/Tasks/AOTTrack/PID/Combined/qaPIDWithV0s.cxx#L203
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: DPG/Tasks/AOTTrack/PID/Combined/qaPIDWithV0s.cxx#L185
Use constant references for non-modified iterators in range-based for loops.
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.