Please consider the following formatting changes to #9898 #4735
Annotations
2 errors, 10 warnings, and 1 notice
O2 linter result
Issues have been found.
|
O2 linter
Process completed with exit code 1.
|
[root-entity]:
PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L169
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
|
[root-entity]:
PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L239
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
|
[root-entity]:
PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L240
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
|
[root-entity]:
PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L344
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
|
[root-entity]:
PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L371
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
|
[root-entity]:
PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L372
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
|
[root-entity]:
PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L443
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
|
[const-ref-in-for-loop]:
PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L209
Use constant references for non-modified iterators in range-based for loops.
|
[const-ref-in-for-loop]:
PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L300
Use constant references for non-modified iterators in range-based for loops.
|
[const-ref-in-for-loop]:
PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L348
Use constant references for non-modified iterators in range-based for loops.
|
O2 linter
You can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test.
|