Please consider the following formatting changes to #8479 #949
Annotations
2 errors, 10 warnings, and 1 notice
O2 linter result
Issues have been found.
|
O2 linter
Process completed with exit code 1.
|
[const-ref-in-for-loop]:
ALICE3/TableProducer/alice3-pidTOF.cxx#L68
Use constant references for non-modified iterators in range-based for loops.
|
[const-ref-in-for-loop]:
ALICE3/TableProducer/alice3-pidTOF.cxx#L264
Use constant references for non-modified iterators in range-based for loops.
|
[const-ref-in-for-loop]:
ALICE3/TableProducer/alice3-pidTOF.cxx#L281
Use constant references for non-modified iterators in range-based for loops.
|
[o2-workflow-options]:
ALICE3/TableProducer/alice3-pidTOF.cxx#L1
Do not use workflow options to customise workflow topology composition in defineDataProcessing. Use process function switches or metadata instead.
|
[name/function-variable]:
ALICE3/TableProducer/alice3-pidTOF.cxx#L162
Use lowerCamelCase for names of functions and variables.
|
[name/function-variable]:
ALICE3/TableProducer/alice3-pidTOF.cxx#L275
Use lowerCamelCase for names of functions and variables.
|
[name/constexpr-constant]:
ALICE3/TableProducer/alice3-pidTOF.cxx#L158
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
|
[name/constexpr-constant]:
ALICE3/TableProducer/alice3-pidTOF.cxx#L159
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
|
[name/constexpr-constant]:
ALICE3/TableProducer/alice3-pidTOF.cxx#L162
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
|
[name/constexpr-constant]:
ALICE3/TableProducer/alice3-pidTOF.cxx#L165
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
|
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.
|