Skip to content

[PWGLF,Tutorial] Update 2023 strangeness tutorial #20393

[PWGLF,Tutorial] Update 2023 strangeness tutorial

[PWGLF,Tutorial] Update 2023 strangeness tutorial #20393

Triggered via pull request November 12, 2025 10:04
@romainschotterromainschotter
synchronize #13795
Status Failure
Total duration 14s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/workflow-file]: Tutorials/PWGLF/Strangeness/Original/strangeness_step2.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.)
[magic-number]: Tutorials/PWGLF/Strangeness/Original/strangeness_step2.cxx#L124
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[name/workflow-file]: Tutorials/PWGLF/Strangeness/Original/strangeness_skeleton.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]: Tutorials/PWGLF/Strangeness/Original/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
[name/o2-workflow]: Tutorials/PWGLF/Strangeness/Original/CMakeLists.txt#L38
Workflow name strangeness-step4 does not match its file name strangeness_step4.cxx. (Matches strangenessStep4.cxx.)
[name/o2-workflow]: Tutorials/PWGLF/Strangeness/Original/CMakeLists.txt#L33
Workflow name strangeness-step3 does not match its file name strangeness_step3.cxx. (Matches strangenessStep3.cxx.)
[name/o2-workflow]: Tutorials/PWGLF/Strangeness/Original/CMakeLists.txt#L28
Workflow name strangeness-step2 does not match its file name strangeness_step2.cxx. (Matches strangenessStep2.cxx.)
[name/o2-workflow]: Tutorials/PWGLF/Strangeness/Original/CMakeLists.txt#L23
Workflow name strangeness-step1 does not match its file name strangeness_step1.cxx. (Matches strangenessStep1.cxx.)
[name/o2-workflow]: Tutorials/PWGLF/Strangeness/Original/CMakeLists.txt#L18
Workflow name strangeness-step0 does not match its file name strangeness_step0.cxx. (Matches strangenessStep0.cxx.)
[name/o2-workflow]: Tutorials/PWGLF/Strangeness/Original/CMakeLists.txt#L13
Workflow name strangeness-skeleton does not match its file name strangeness_skeleton.cxx. (Matches strangenessSkeleton.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.