Skip to content

Please consider the following formatting changes to #8479 #949

Please consider the following formatting changes to #8479

Please consider the following formatting changes to #8479 #949

Triggered via pull request December 12, 2024 10:57
Status Failure
Total duration 35s
Artifacts

o2-linter.yml

on: pull_request
O2 linter
21s
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.
[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.