Skip to content

[ALICE3] ALICE3 - improvement of configurables in strangeness task #22872

[ALICE3] ALICE3 - improvement of configurables in strangeness task

[ALICE3] ALICE3 - improvement of configurables in strangeness task #22872

Triggered via pull request January 13, 2026 07:46
@lhusovalhusova
opened #14464
Status Failure
Total duration 17s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/workflow-file]: ALICE3/Tasks/alice3-strangeness.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]: ALICE3/Tasks/alice3-strangeness.cxx#L301
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/Tasks/alice3-strangeness.cxx#L217
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/Tasks/alice3-strangeness.cxx#L216
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/Tasks/alice3-strangeness.cxx#L215
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/Tasks/alice3-strangeness.cxx#L202
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/Tasks/alice3-strangeness.cxx#L199
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/Tasks/alice3-strangeness.cxx#L193
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/Tasks/alice3-strangeness.cxx#L190
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[root/lorentz-vector]: ALICE3/Tasks/alice3-strangeness.cxx#L49
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
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.