Skip to content

[ALICE3,PWGDQ] Implementation of the ALICE3 DQ data model and analysis tasks #22196

[ALICE3,PWGDQ] Implementation of the ALICE3 DQ data model and analysis tasks

[ALICE3,PWGDQ] Implementation of the ALICE3 DQ data model and analysis tasks #22196

Triggered via pull request December 19, 2025 11:23
@axti98axti98
synchronize #14291
Status Failure
Total duration 19s
Artifacts

o2-linter.yml

on: pull_request_target
O2 linter
15s
O2 linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 notices
[const-ref-in-for-loop]: ALICE3/TableProducer/alice3-dq-table-maker.cxx#L190
Use constant references for non-modified iterators in range-based for loops.
[name/o2-workflow]: ALICE3/TableProducer/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
[name/o2-workflow]: ALICE3/TableProducer/CMakeLists.txt#L64
Workflow name alice3-dq-table-maker does not match its file name alice3-dq-table-maker.cxx. (Matches alice3DqTableMaker.cxx.)
[name/o2-workflow]: ALICE3/TableProducer/CMakeLists.txt#L44
Workflow name alice3-correlatorddbar does not match its file name alice3-correlatorDDbar.cxx. (Matches alice3Correlatorddbar.cxx.)
[name/o2-workflow]: ALICE3/TableProducer/CMakeLists.txt#L39
Workflow name alice3-multicharm-table does not match its file name alice3-multicharmTable.cxx. (Matches alice3MulticharmTable.cxx.)
[name/o2-workflow]: ALICE3/TableProducer/CMakeLists.txt#L34
Workflow name alice3-decayfinder does not match its file name alice3-decayfinder.cxx. (Matches alice3Decayfinder.cxx.)
[name/o2-workflow]: ALICE3/TableProducer/CMakeLists.txt#L29
Workflow name alice3-decaypreselector does not match its file name alice3-decaypreselector.cxx. (Matches alice3Decaypreselector.cxx.)
[name/o2-workflow]: ALICE3/TableProducer/CMakeLists.txt#L24
Workflow name alice3-centrality does not match its file name alice3-centrality.cxx. (Matches alice3Centrality.cxx.)
[name/o2-workflow]: ALICE3/TableProducer/CMakeLists.txt#L19
Workflow name alice3-trackextension does not match its file name alice3-trackextension.cxx. (Matches alice3Trackextension.cxx.)
[name/o2-workflow]: ALICE3/TableProducer/CMakeLists.txt#L14
Workflow name alice3-trackselection does not match its file name alice3-trackselection.cxx. (Matches alice3Trackselection.cxx.)
O2 linter
To tolerate certain issues in a directory, add a line with the test name in "o2linter_config".
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.