Skip to content

[PWGLF] Please consider the following formatting changes to #13744 #46

[PWGLF] Please consider the following formatting changes to #13744

[PWGLF] Please consider the following formatting changes to #13744 #46

Triggered via pull request November 9, 2025 10:41
@alibuildalibuild
opened #41
Status Failure
Total duration 27s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[logging]: PWGLF/Tasks/Resonances/phitutorial_step0.cxx#L92
Use O2 logging (LOG, LOGF, LOGP).
[root/lorentz-vector]: PWGLF/Tasks/Resonances/phitutorial_step0.cxx#L30
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[name/workflow-file]: PWGLF/Tasks/Resonances/phitutorial.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]: PWGLF/Tasks/Resonances/phitutorial.cxx#L136
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/Tasks/Resonances/phitutorial.cxx#L114
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/Tasks/Resonances/phitutorial.cxx#L110
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/Tasks/Resonances/phitutorial.cxx#L97
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/Tasks/Resonances/phitutorial.cxx#L80
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[logging]: PWGLF/Tasks/Resonances/phitutorial.cxx#L137
Use O2 logging (LOG, LOGF, LOGP).
[root/lorentz-vector]: PWGLF/Tasks/Resonances/phitutorial.cxx#L30
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.