Skip to content

Please consider the following formatting changes to #10853 #330

Please consider the following formatting changes to #10853

Please consider the following formatting changes to #10853 #330

Triggered via pull request April 14, 2025 21:14
Status Failure
Total duration 14s
Artifacts

o2-linter.yml

on: pull_request
O2 linter
9s
O2 linter
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 10 warnings, and 1 notice
O2 linter
Process completed with exit code 1.
O2 linter result
Issues have been found.
[magic-number]: PWGLF/Utils/strangenessBuilderHelper.h#L428
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/Utils/strangenessBuilderHelper.h#L355
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/Utils/strangenessBuilderHelper.h#L348
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[root-entity]: PWGLF/Utils/strangenessBuilderHelper.h#L1157
Replace ROOT entities with equivalents from standard C++ or from O2.
[root-entity]: PWGLF/Utils/strangenessBuilderHelper.h#L978
Replace ROOT entities with equivalents from standard C++ or from O2.
[root-entity]: PWGLF/Utils/strangenessBuilderHelper.h#L780
Replace ROOT entities with equivalents from standard C++ or from O2.
[root-entity]: PWGLF/Utils/strangenessBuilderHelper.h#L753
Replace ROOT entities with equivalents from standard C++ or from O2.
[root-entity]: PWGLF/Utils/strangenessBuilderHelper.h#L568
Replace ROOT entities with equivalents from standard C++ or from O2.
[root-entity]: PWGLF/Utils/strangenessBuilderHelper.h#L386
Replace ROOT entities with equivalents from standard C++ or from O2.
[root-entity]: PWGLF/Utils/strangenessBuilderHelper.h#L366
Replace ROOT entities with equivalents from standard C++ or from O2.
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.