Skip to content

[PWGCF,PWGEM,PWGHF,PWGJE,PWGLF,PWGUD,Trigger] Split eventfiltering cmake files #20194

[PWGCF,PWGEM,PWGHF,PWGJE,PWGLF,PWGUD,Trigger] Split eventfiltering cmake files

[PWGCF,PWGEM,PWGHF,PWGJE,PWGLF,PWGUD,Trigger] Split eventfiltering cmake files #20194

Triggered via pull request November 10, 2025 05:45
@njacazionjacazio
synchronize #13753
Status Failure
Total duration 16s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/o2-workflow]: EventFiltering/PWGEM/CMakeLists.txt#L17
Workflow name em-photon-filter-qc does not match its file name EMPhotonFilterQC.cxx. (Matches emPhotonFilterQc.cxx.)
[name/o2-workflow]: EventFiltering/PWGEM/CMakeLists.txt#L12
Workflow name em-photon-filter does not match its file name EMPhotonFilter.cxx. (Matches emPhotonFilter.cxx.)
[name/o2-workflow]: EventFiltering/PWGCF/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
[name/o2-workflow]: EventFiltering/PWGCF/CMakeLists.txt#L12
Workflow name cf-filter does not match its file name CFFilterAll.cxx. (Matches cfFilter.cxx.)
[const-ref-in-for-loop]: EventFiltering/Core/ZorroSummary.cxx#L36
Use constant references for non-modified iterators in range-based for loops.
[magic-number]: EventFiltering/Core/Zorro.cxx#L236
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: EventFiltering/Core/Zorro.cxx#L235
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[name/o2-workflow]: EventFiltering/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
[name/o2-workflow]: EventFiltering/CMakeLists.txt#L18
Workflow name selected-bc-range-task does not match its file name selectBCRange.cxx. (Matches selectedBcRangeTask.cxx.)
[name/o2-workflow]: EventFiltering/CMakeLists.txt#L13
Workflow name central-event-filter-task does not match its file name cefpTask.cxx. (Matches centralEventFilterTask.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.