Skip to content

[PWGUD] Adding new table producer #8036

[PWGUD] Adding new table producer

[PWGUD] Adding new table producer #8036

Triggered via pull request April 9, 2025 17:24
Status Failure
Total duration 15s
Artifacts

o2-linter.yml

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

Annotations

2 errors, 10 warnings, and 1 notice
O2 linter
Process completed with exit code 1.
O2 linter result
Issues have been found.
[magic-number]: PWGUD/TableProducer/tauEventTableProducer.cxx#L427
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGUD/TableProducer/tauEventTableProducer.cxx#L414
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGUD/TableProducer/tauEventTableProducer.cxx#L216
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGUD/TableProducer/tauEventTableProducer.cxx#L212
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[name/o2-workflow]: PWGUD/TableProducer/CMakeLists.txt#L0
Use kebab-case for names of workflows and match the name of the workflow file.
[name/o2-workflow]: PWGUD/TableProducer/CMakeLists.txt#L39
Workflow name fwdtrack-propagation does not match its file name fwdTrackPropagation.cxx. (Matches fwdtrackPropagation.cxx.)
[name/o2-workflow]: PWGUD/TableProducer/CMakeLists.txt#L29
Workflow name upccand-producer does not match its file name UPCCandidateProducer.cxx. (Matches upccandProducer.cxx.)
[name/o2-workflow]: PWGUD/TableProducer/CMakeLists.txt#L24
Workflow name dgbccand-producer does not match its file name DGBCCandProducer.cxx. (Matches dgbccandProducer.cxx.)
[name/o2-workflow]: PWGUD/TableProducer/CMakeLists.txt#L19
Workflow name sgcand-producer does not match its file name SGCandProducer.cxx. (Matches sgcandProducer.cxx.)
[name/o2-workflow]: PWGUD/TableProducer/CMakeLists.txt#L14
Workflow name dgcand-producer does not match its file name DGCandProducer.cxx. (Matches dgcandProducer.cxx.)
O2 linter
Exceptionally, you can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test and parentheses with a reason for the exception.