Skip to content

[Common,PWGCF,PWGDQ,PWGEM,PWGHF,PWGJE,PWGLF,PWGUD,Trigger] Move Zorro into Common/Core #20261

[Common,PWGCF,PWGDQ,PWGEM,PWGHF,PWGJE,PWGLF,PWGUD,Trigger] Move Zorro into Common/Core

[Common,PWGCF,PWGDQ,PWGEM,PWGHF,PWGJE,PWGLF,PWGUD,Trigger] Move Zorro into Common/Core #20261

Triggered via pull request November 10, 2025 16:41
@mpucciompuccio
synchronize #13761
Status Failure
Total duration 21s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/o2-workflow]: EventFiltering/CMakeLists.txt#L50
Workflow name hf-filter-prepare-ml-samples does not match its file name HFFilterPrepareMLSamples.cxx. (Matches hfFilterPrepareMlSamples.cxx.)
[name/o2-workflow]: EventFiltering/CMakeLists.txt#L45
Workflow name hf-filter-charm-hadron-signals does not match its file name HFFilterCharmHadronSignals.cxx. (Matches hfFilterCharmHadronSignals.cxx.)
[name/o2-workflow]: EventFiltering/CMakeLists.txt#L40
Workflow name hf-filter does not match its file name HFFilter.cxx. (Matches hfFilter.cxx.)
[name/o2-workflow]: EventFiltering/CMakeLists.txt#L32
Workflow name diffraction-bcfilter does not match its file name diffractionBCFilter.cxx. (Matches diffractionBcfilter.cxx.)
[name/o2-workflow]: EventFiltering/CMakeLists.txt#L17
Workflow name selected-bc-range-task does not match its file name selectBCRange.cxx. (Matches selectedBcRangeTask.cxx.)
[name/o2-workflow]: EventFiltering/CMakeLists.txt#L12
Workflow name central-event-filter-task does not match its file name cefpTask.cxx. (Matches centralEventFilterTask.cxx.)
[const-ref-in-for-loop]: Common/Core/ZorroSummary.cxx#L36
Use constant references for non-modified iterators in range-based for loops.
[magic-number]: Common/Core/Zorro.cxx#L236
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/Core/Zorro.cxx#L235
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/Core/AnalysisCoreLinkDef.h#L22
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
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.