Skip to content

Please consider the following formatting changes to #13761 #20248

Please consider the following formatting changes to #13761

Please consider the following formatting changes to #13761 #20248

Triggered via pull request November 10, 2025 15:43
@alibuildalibuild
opened #13763
Status Failure
Total duration 19s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[pdg/explicit-code]: PWGCF/Femto3D/TableProducer/singleTrackSelector.cxx#L561
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGCF/Femto3D/TableProducer/singleTrackSelector.cxx#L557
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGCF/Femto3D/TableProducer/singleTrackSelector.cxx#L555
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGCF/Femto3D/TableProducer/singleTrackSelector.cxx#L551
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGCF/Femto3D/TableProducer/singleTrackSelector.cxx#L549
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[std-prefix]: PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx#L1017
Use std:: prefix for names from the std namespace.
[std-prefix]: PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx#L544
Use std:: prefix for names from the std namespace.
[std-prefix]: PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx#L492
Use std:: prefix for names from the std namespace.
[magic-number]: EventFiltering/macros/uploadOTSobjects.C#L125
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[const-ref-in-for-loop]: EventFiltering/macros/uploadOTSobjects.C#L80
Use constant references for non-modified iterators in range-based for loops.
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.