Skip to content

[PWGCF] Updated code for new V0 and Reso types #21777

[PWGCF] Updated code for new V0 and Reso types

[PWGCF] Updated code for new V0 and Reso types #21777

Triggered via pull request December 10, 2025 15:41
@Nils314Nils314
opened #14164
Status Failure
Total duration 16s
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
[magic-number]: PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h#L147
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h#L140
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h#L129
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h#L111
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h#L104
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h#L93
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h#L86
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h#L76
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[using-directive]: PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h#L28
Do not put using directives at global scope in headers.
[using-directive]: PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h#L27
Do not put using directives at global scope in headers.
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.