Skip to content

Please consider the following formatting changes to #11678 #74

Please consider the following formatting changes to #11678

Please consider the following formatting changes to #11678 #74

Triggered via pull request June 18, 2025 18:43
@alibuildalibuild
opened #32
Status Failure
Total duration 13s
Artifacts

o2-linter.yml

on: pull_request_target
O2 linter
10s
O2 linter
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 notices
O2 linter
Process completed with exit code 1.
O2 linter result
Issues have been found.
[magic-number]: PWGHF/HFC/Utils/utilsCorrelations.h#L57
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[using-directive]: PWGHF/HFC/Utils/utilsCorrelations.h#L31
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.