Please consider the following formatting changes to #10853 #330
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.
|