Skip to content

[PWGLF] Add QC task for grouping tests + update sigma0builder #13432

[PWGLF] Add QC task for grouping tests + update sigma0builder

[PWGLF] Add QC task for grouping tests + update sigma0builder #13432

Triggered via pull request July 11, 2025 18:11
@ddobrigkddobrigk
synchronize #12027
Status Failure
Total duration 22s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[doc/file]: PWGLF/TableProducer/QC/sigma0QC.cxx#L1
Provide mandatory file documentation.
[doc/file]: PWGLF/TableProducer/QC/sigma0QC.cxx#L11
Documentation for \author is missing, incorrect or misplaced.
[doc/file]: PWGLF/TableProducer/QC/sigma0QC.cxx#L11
Documentation for \brief is missing, incorrect or misplaced.
[doc/file]: PWGLF/TableProducer/QC/sigma0QC.cxx#L11
Documentation for \file is missing, incorrect or misplaced.
[pdg/database]: PWGLF/TableProducer/QC/sigma0QC.cxx#L47
Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead.
[root/lorentz-vector]: PWGLF/TableProducer/QC/sigma0QC.cxx#L50
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[name/o2-workflow]: PWGLF/TableProducer/QC/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
[name/o2-workflow]: PWGLF/TableProducer/QC/CMakeLists.txt#L22
Workflow name sigma0qc does not match its file name sigma0QC.cxx. (Matches sigma0qc.cxx.)
[name/o2-workflow]: PWGLF/TableProducer/QC/CMakeLists.txt#L17
Workflow name flow-qc does not match its file name flowQC.cxx. (Matches flowQc.cxx.)
[name/o2-workflow]: PWGLF/TableProducer/QC/CMakeLists.txt#L12
Workflow name strangenessqc does not match its file name strangenessQC.cxx. (Matches strangenessqc.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.