Skip to content

[Common] [FIT] Add output histos to FT0 QA task (AFIT-8) #18377

[Common] [FIT] Add output histos to FT0 QA task (AFIT-8)

[Common] [FIT] Add output histos to FT0 QA task (AFIT-8) #18377

Triggered via pull request October 8, 2025 10:14
@andreasmolanderandreasmolander
synchronize #12783
Status Failure
Total duration 17s
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/workflow-file]: Common/Tasks/ft0Qa.cxx#L1
Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
[name/o2-workflow]: Common/Tasks/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
[name/o2-workflow]: Common/Tasks/CMakeLists.txt#L87
Workflow name muon-qa does not match its file name qaMuon.cxx. (Matches muonQa.cxx.)
[name/o2-workflow]: Common/Tasks/CMakeLists.txt#L72
Workflow name qvectors-correction does not match its file name qVectorsCorrection.cxx. (Matches qvectorsCorrection.cxx.)
[name/o2-workflow]: Common/Tasks/CMakeLists.txt#L67
Workflow name qa-cpv does not match its file name cpvQa.cxx. (Matches qaCpv.cxx.)
[name/o2-workflow]: Common/Tasks/CMakeLists.txt#L62
Workflow name orbit-range does not match its file name orbitRangeTask.cxx. (Matches orbitRange.cxx.)
[name/o2-workflow]: Common/Tasks/CMakeLists.txt#L57
Workflow name check-data-model-mc does not match its file name checkDataModelMC.cxx. (Matches checkDataModelMc.cxx.)
[name/o2-workflow]: Common/Tasks/CMakeLists.txt#L27
Workflow name integrationtestccdb does not match its file name integrationTestCCDB.cxx. (Matches integrationtestccdb.cxx.)
[name/o2-workflow]: Common/Tasks/CMakeLists.txt#L22
Workflow name integrationtest does not match its file name integrationTest.cxx. (Matches integrationtest.cxx.)
[name/o2-workflow]: Common/Tasks/CMakeLists.txt#L17
Workflow name propagatorqa does not match its file name propagatorQa.cxx. (Matches propagatorqa.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.