Skip to content

[PWGHF] Please consider the following formatting changes to #8962 #16

[PWGHF] Please consider the following formatting changes to #8962

[PWGHF] Please consider the following formatting changes to #8962 #16

Triggered via pull request December 13, 2024 09:51
Status Failure
Total duration 15s
Artifacts

o2-linter.yml

on: pull_request
O2 linter
5s
O2 linter
Fit to window
Zoom out
Zoom in

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.