Skip to content

[Common,PWGUD,PWGLF,PWGHF] DPL Analysis: fix for reworked column getters #12219

[Common,PWGUD,PWGLF,PWGHF] DPL Analysis: fix for reworked column getters

[Common,PWGUD,PWGLF,PWGHF] DPL Analysis: fix for reworked column getters #12219

Triggered via pull request June 23, 2025 14:01
@aalkinaalkin
synchronize #11731
Status Failure
Total duration 19s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/constexpr-constant]: PWGHF/TableProducer/derivedDataCreatorBplusToD0Pi.cxx#L83
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: PWGHF/TableProducer/derivedDataCreatorB0ToDPi.cxx#L83
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[magic-number]: Common/TableProducer/eventSelection.cxx#L1354
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/TableProducer/eventSelection.cxx#L1353
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/TableProducer/eventSelection.cxx#L1352
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/TableProducer/eventSelection.cxx#L1351
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/TableProducer/eventSelection.cxx#L1349
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/TableProducer/eventSelection.cxx#L1348
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/TableProducer/eventSelection.cxx#L1347
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/TableProducer/eventSelection.cxx#L1346
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
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.