Please consider the following formatting changes to #10911 #92
Annotations
2 errors, 10 warnings, and 1 notice
|
O2 linter
Process completed with exit code 1.
|
|
O2 linter result
Issues have been found.
|
|
[const-ref-in-for-loop]:
ALICE3/TableProducer/alice3-multicharm.cxx#L327
Use constant references for non-modified iterators in range-based for loops.
|
|
[pdg/explicit-code]:
ALICE3/TableProducer/alice3-multicharm.cxx#L142
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
|
|
[pdg/explicit-code]:
ALICE3/TableProducer/alice3-multicharm.cxx#L141
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
|
|
[pdg/explicit-code]:
ALICE3/TableProducer/alice3-multicharm.cxx#L140
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
|
|
[root/entity]:
ALICE3/TableProducer/alice3-multicharm.cxx#L306
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
[root/entity]:
ALICE3/TableProducer/alice3-multicharm.cxx#L236
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
[std-prefix]:
ALICE3/TableProducer/alice3-multicharm.cxx#L312
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
ALICE3/TableProducer/alice3-multicharm.cxx#L310
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
ALICE3/TableProducer/alice3-multicharm.cxx#L243
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
ALICE3/TableProducer/alice3-multicharm.cxx#L241
Use std:: prefix for names from the std namespace.
|
|
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.
|