Skip to content

Please consider the following formatting changes to #11792 #20

Please consider the following formatting changes to #11792

Please consider the following formatting changes to #11792 #20

Triggered via pull request June 26, 2025 22:07
@alibuildalibuild
opened #3
Status Failure
Total duration 12s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[const-ref-in-process]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTaskForSpecificAnalysis.cxx#L247
Argument o2::aod::FDParticles& parts is not const&.
[const-ref-in-for-loop]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTaskForSpecificAnalysis.cxx#L296
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTaskForSpecificAnalysis.cxx#L282
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTaskForSpecificAnalysis.cxx#L271
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTaskForSpecificAnalysis.cxx#L183
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTaskForSpecificAnalysis.cxx#L144
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTaskForSpecificAnalysis.cxx#L129
Use constant references for non-modified iterators in range-based for loops.
[pdg/database]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTaskForSpecificAnalysis.cxx#L25
Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead.
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.