[Common] Please consider the following formatting changes to #9171 #118
Annotations
2 errors, 7 warnings, and 1 notice
|
O2 linter result
Issues have been found.
|
|
O2 linter
Process completed with exit code 1.
|
|
[const-ref-in-for-loop]:
Common/TableProducer/trackPropagation.cxx#L196
Use constant references for non-modified iterators in range-based for loops.
|
|
[doc/file]:
Common/TableProducer/trackPropagation.cxx#L11
Documentation for \file is missing, incorrect or misplaced.
|
|
[doc/file]:
Common/TableProducer/trackPropagation.cxx#L11
Documentation for \brief is missing, incorrect or misplaced.
|
|
[doc/file]:
Common/TableProducer/trackPropagation.cxx#L11
Documentation for \author is missing, incorrect or misplaced.
|
|
[doc/file]:
Common/TableProducer/trackPropagation.cxx#L1
Provide mandatory file documentation.
|
|
[name/configurable]:
Common/TableProducer/trackPropagation.cxx#L56
Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
|
|
[name/configurable]:
Common/TableProducer/trackPropagation.cxx#L61
Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
|
|
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.
|