Skip to content

[PWGCF] Implementation of Phi and K0Short #16973

[PWGCF] Implementation of Phi and K0Short

[PWGCF] Implementation of Phi and K0Short #16973

Triggered via pull request September 11, 2025 13:57
@gitchrishub-ossgitchrishub-oss
synchronize #12738
Status Failure
Total duration 17s
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
[using-directive]: PWGCF/FemtoDream/Core/femtoDreamTrackSelection.h#L37
Do not put using directives at global scope in headers.
[using-directive]: PWGCF/FemtoDream/Core/femtoDreamTrackSelection.h#L36
Do not put using directives at global scope in headers.
[name/namespace]: PWGCF/FemtoDream/Core/femtoDreamObjectSelection.h#L34
Use snake_case for names of namespaces. Double underscores are not allowed.
[doc/file]: PWGCF/FemtoDream/Core/femtoDreamObjectSelection.h#L1
Provide mandatory file documentation.
[doc/file]: PWGCF/FemtoDream/Core/femtoDreamObjectSelection.h#L14
Documentation for \file is missing, incorrect or misplaced.
[const-ref-in-for-loop]: PWGCF/FemtoDream/Core/femtoDreamObjectSelection.h#L189
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGCF/FemtoDream/Core/femtoDreamObjectSelection.h#L176
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGCF/FemtoDream/Core/femtoDreamObjectSelection.h#L133
Use constant references for non-modified iterators in range-based for loops.
[using-directive]: PWGCF/FemtoDream/Core/femtoDreamObjectSelection.h#L30
Do not put using directives at global scope in headers.
[using-directive]: PWGCF/FemtoDream/Core/femtoDreamObjectSelection.h#L29
Do not put using directives at global scope in headers.
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.