Skip to content

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

[ALICE3] ALICE3 - improvement of configurables in strangeness task

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

Triggered via pull request January 13, 2026 08:23
@lhusovalhusova
synchronize #14464
Status Failure
Total duration 30s
Artifacts

o2-linter.yml

on: pull_request_target
O2 linter
14s
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#L304
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/Tasks/alice3-strangeness.cxx#L218
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#L203
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/Tasks/alice3-strangeness.cxx#L200
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/Tasks/alice3-strangeness.cxx#L194
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/Tasks/alice3-strangeness.cxx#L191
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.