Skip to content

[PWGHF] Include What You Use #12550

[PWGHF] Include What You Use

[PWGHF] Include What You Use #12550

Triggered via pull request June 27, 2025 21:46
@vkuceravkucera
synchronize #11549
Status Failure
Total duration 23s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[magic-number]: PWGHF/D2H/TableProducer/candidateCreatorBsReduced.cxx#L243
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/D2H/TableProducer/candidateCreatorBplusReduced.cxx#L277
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/D2H/TableProducer/candidateCreatorBplusReduced.cxx#L243
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/D2H/TableProducer/candidateCreatorB0Reduced.cxx#L280
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/D2H/TableProducer/candidateCreatorB0Reduced.cxx#L246
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[name/type]: PWGHF/Core/CentralityEstimation.h#L55
Use UpperCamelCase for names of defined types (including concepts).
[name/type]: PWGHF/Core/CentralityEstimation.h#L50
Use UpperCamelCase for names of defined types (including concepts).
[name/type]: PWGHF/Core/CentralityEstimation.h#L45
Use UpperCamelCase for names of defined types (including concepts).
[name/type]: PWGHF/Core/CentralityEstimation.h#L40
Use UpperCamelCase for names of defined types (including concepts).
[name/type]: PWGHF/Core/CentralityEstimation.h#L35
Use UpperCamelCase for names of defined types (including concepts).
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.