Skip to content

[PWGCF] add solution function for fillCounter problem #19594

[PWGCF] add solution function for fillCounter problem

[PWGCF] add solution function for fillCounter problem #19594

Triggered via pull request October 29, 2025 16:12
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
[using-directive]: PWGCF/GenericFramework/Core/FlowPtContainer.h#L40
Do not put using directives at global scope in headers.
[using-directive]: PWGCF/GenericFramework/Core/FlowPtContainer.h#L39
Do not put using directives at global scope in headers.
[magic-number]: PWGCF/GenericFramework/Core/FlowPtContainer.cxx#L1278
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/GenericFramework/Core/FlowPtContainer.cxx#L589
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/GenericFramework/Core/FlowPtContainer.cxx#L575
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/GenericFramework/Core/FlowPtContainer.cxx#L567
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/GenericFramework/Core/FlowPtContainer.cxx#L561
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/GenericFramework/Core/FlowPtContainer.cxx#L287
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/GenericFramework/Core/FlowPtContainer.cxx#L199
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/GenericFramework/Core/FlowPtContainer.cxx#L109
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
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.