Skip to content

Please consider the following formatting changes to #14042 #8

Please consider the following formatting changes to #14042

Please consider the following formatting changes to #14042 #8

Triggered via pull request December 1, 2025 08:26
@alibuildalibuild
opened #5
Status Failure
Total duration 23s
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]: PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx#L201
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx#L197
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[std-prefix]: PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx#L281
Use std:: prefix for names from the std namespace.
[std-prefix]: PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx#L156
Use std:: prefix for names from the std namespace.
[std-prefix]: PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx#L147
Use std:: prefix for names from the std namespace.
[std-prefix]: PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx#L146
Use std:: prefix for names from the std namespace.
[std-prefix]: PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx#L145
Use std:: prefix for names from the std namespace.
[std-prefix]: PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx#L144
Use std:: prefix for names from the std namespace.
[std-prefix]: PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx#L143
Use std:: prefix for names from the std namespace.
[include-iostream]: PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx#L19
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.