Skip to content

[PWGLF] Add harmonics selection #8279

[PWGLF] Add harmonics selection

[PWGLF] Add harmonics selection #8279

Triggered via pull request April 15, 2025 12:29
Status Failure
Total duration 12s
Artifacts

o2-linter.yml

on: pull_request
O2 linter
7s
O2 linter
Fit to window
Zoom out
Zoom in

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/TableProducer/Nuspex/nucleiFlowTree.cxx#L318
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/TableProducer/Nuspex/nucleiFlowTree.cxx#L317
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/TableProducer/Nuspex/nucleiFlowTree.cxx#L316
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/TableProducer/Nuspex/nucleiFlowTree.cxx#L315
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/TableProducer/Nuspex/nucleiFlowTree.cxx#L261
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/nucleiFlowTree.cxx#L478
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/nucleiFlowTree.cxx#L475
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/nucleiFlowTree.cxx#L461
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/nucleiFlowTree.cxx#L458
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/nucleiFlowTree.cxx#L310
Use constant references for non-modified iterators in range-based for loops.
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.