Skip to content

Please consider the following formatting changes to #13976 #21091

Please consider the following formatting changes to #13976

Please consider the following formatting changes to #13976 #21091

Triggered via pull request November 25, 2025 23:27
@alibuildalibuild
opened #13977
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
[magic-number]: PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx#L720
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx#L563
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx#L559
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx#L555
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx#L549
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx#L537
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx#L533
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx#L529
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx#L523
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[root/lorentz-vector]: PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx#L58
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.