Skip to content

[PWGDQ] Dev jpsi pi pi #74

[PWGDQ] Dev jpsi pi pi

[PWGDQ] Dev jpsi pi pi #74

Triggered via pull request October 19, 2025 17:18
@ypwanggypwangg
synchronize #4
Status Failure
Total duration 15s
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]: PWGDQ/Core/CutsLibrary.cxx#L3658
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGDQ/Core/CutsLibrary.cxx#L2848
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGDQ/Core/CutsLibrary.cxx#L2791
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGDQ/Core/CutsLibrary.cxx#L2021
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGDQ/Core/CutsLibrary.cxx#L1547
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGDQ/Core/CutsLibrary.cxx#L1247
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[logging]: PWGDQ/Core/CutsLibrary.cxx#L7686
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGDQ/Core/CutsLibrary.cxx#L7684
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGDQ/Core/CutsLibrary.cxx#L7682
Use O2 logging (LOG, LOGF, LOGP).
[include-iostream]: PWGDQ/Core/CutsLibrary.cxx#L23
Do not include iostream. Use O2 logging 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.