Skip to content

[ALICE3] Clean PIDResponse in ALICE3 #19771

[ALICE3] Clean PIDResponse in ALICE3

[ALICE3] Clean PIDResponse in ALICE3 #19771

Triggered via pull request November 2, 2025 16:09
@njacazionjacazio
opened #13637
Status Failure
Total duration 14s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[std-prefix]: ALICE3/Tasks/alice3-cdeuteron.cxx#L322
Use std:: prefix for names from the std namespace.
[std-prefix]: ALICE3/Tasks/alice3-cdeuteron.cxx#L319
Use std:: prefix for names from the std namespace.
[std-prefix]: ALICE3/Tasks/alice3-cdeuteron.cxx#L316
Use std:: prefix for names from the std namespace.
[std-prefix]: ALICE3/Tasks/alice3-cdeuteron.cxx#L310
Use std:: prefix for names from the std namespace.
[std-prefix]: ALICE3/Tasks/alice3-cdeuteron.cxx#L279
Use std:: prefix for names from the std namespace.
[std-prefix]: ALICE3/Tasks/alice3-cdeuteron.cxx#L249
Use std:: prefix for names from the std namespace.
[name/workflow-file]: ALICE3/Tasks/ECALqa.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-column]: ALICE3/Tasks/ECALqa.cxx#L40
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
[name/o2-column]: ALICE3/Tasks/ECALqa.cxx#L38
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
[const-ref-in-for-loop]: ALICE3/Tasks/ECALqa.cxx#L81
Use constant references for non-modified iterators in range-based for loops.
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.