Skip to content

[PWGLF] Make sure that B field is updated when necessary #16319

[PWGLF] Make sure that B field is updated when necessary

[PWGLF] Make sure that B field is updated when necessary #16319

Triggered via pull request August 28, 2025 13:02
@mpucciompuccio
opened #12777
Status Failure
Total duration 15s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/macro]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L56
Use SCREAMING_SNAKE_CASE for names of macros. Leading and double underscores are not allowed.
[name/function-variable]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L1271
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L510
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L239
Use lowerCamelCase for names of functions and variables.
[magic-number]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L1022
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L699
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L635
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L581
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L521
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L301
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.