Skip to content

Please consider the following formatting changes to #14108 #217

Please consider the following formatting changes to #14108

Please consider the following formatting changes to #14108 #217

Triggered via pull request December 7, 2025 15:40
@alibuildalibuild
opened #40
Status Failure
Total duration 14s
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
[pdg/explicit-code]: PWGLF/TableProducer/Strangeness/sigma0builder.cxx#L1092
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/TableProducer/Strangeness/sigma0builder.cxx#L1083
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/TableProducer/Strangeness/sigma0builder.cxx#L760
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/TableProducer/Strangeness/sigma0builder.cxx#L758
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/TableProducer/Strangeness/sigma0builder.cxx#L756
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/TableProducer/Strangeness/sigma0builder.cxx#L731
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/TableProducer/Strangeness/sigma0builder.cxx#L677
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/database]: PWGLF/TableProducer/Strangeness/sigma0builder.cxx#L47
Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead.
[root/lorentz-vector]: PWGLF/TableProducer/Strangeness/sigma0builder.cxx#L50
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[std-prefix]: PWGLF/TableProducer/Strangeness/sigma0builder.cxx#L1078
Use std:: prefix for names from the std namespace.
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.