[Common] Event selection flags added #15001
Triggered via pull request
August 4, 2025 13:21
MaximVirta
synchronize
#12418
Status
Failure
Total duration
17s
Artifacts
–
Annotations
10 errors and 2 notices
|
[magic-number]:
Common/Tasks/qVectorsCorrection.cxx#L322
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
Common/Tasks/qVectorsCorrection.cxx#L321
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
Common/Tasks/qVectorsCorrection.cxx#L298
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
Common/Tasks/qVectorsCorrection.cxx#L286
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
Common/Tasks/qVectorsCorrection.cxx#L274
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
Common/Tasks/qVectorsCorrection.cxx#L270
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
Common/Tasks/qVectorsCorrection.cxx#L258
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
Common/Tasks/qVectorsCorrection.cxx#L134
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[const-ref-in-for-loop]:
Common/Tasks/qVectorsCorrection.cxx#L265
Use constant references for non-modified iterators in range-based for loops.
|
|
[pi-multiple-fraction]:
Common/Tasks/qVectorsCorrection.cxx#L96
Use multiples/fractions of PI defined in o2::constants::math.
|
|
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.
|