[DPG] Clean PIDResponse in DPG #19797
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.
|