[PWGHF] Please consider the following formatting changes to #8962 #16
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]:
PWGHF/TableProducer/trackIndexSkimCreator.cxx#L546
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
|
|
[root-entity]:
PWGHF/TableProducer/trackIndexSkimCreator.cxx#L582
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
|
|
[root-entity]:
PWGHF/TableProducer/trackIndexSkimCreator.cxx#L611
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
|
|
[const-ref-in-for-loop]:
PWGHF/TableProducer/trackIndexSkimCreator.cxx#L1923
Use constant references for non-modified iterators in range-based for loops.
|
|
[name/function-variable]:
PWGHF/TableProducer/trackIndexSkimCreator.cxx#L2273
Use lowerCamelCase for names of functions and variables.
|
|
[name/function-variable]:
PWGHF/TableProducer/trackIndexSkimCreator.cxx#L2529
Use lowerCamelCase for names of functions and variables.
|
|
[name/function-variable]:
PWGHF/TableProducer/trackIndexSkimCreator.cxx#L2774
Use lowerCamelCase for names of functions and variables.
|
|
[name/constexpr-constant]:
PWGHF/TableProducer/trackIndexSkimCreator.cxx#L94
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
|
|
[pwghf/struct-member-order]:
PWGHF/TableProducer/trackIndexSkimCreator.cxx#L201
HfTrackIndexSkimCreatorTagSelTracks: SliceCache appears too early (before end of Produces<).
|
|
[pwghf/struct-member-order]:
PWGHF/TableProducer/trackIndexSkimCreator.cxx#L202
HfTrackIndexSkimCreatorTagSelTracks: Preslice< appears too early (before end of using).
|
|
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.
|