Skip to content

[PWGLF] update v0v0 selections #8277

[PWGLF] update v0v0 selections

[PWGLF] update v0v0 selections #8277

Triggered via pull request April 15, 2025 11:54
Status Failure
Total duration 13s
Artifacts

o2-linter.yml

on: pull_request
O2 linter
9s
O2 linter
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 10 warnings, and 1 notice
O2 linter
Process completed with exit code 1.
O2 linter result
Issues have been found.
[name/function-variable]: PWGLF/Tasks/Strangeness/lambdalambda.cxx#L144
Use lowerCamelCase for names of functions and variables.
[doc/file]: PWGLF/Tasks/Strangeness/lambdalambda.cxx#L0
Provide mandatory file documentation.
[doc/file]: PWGLF/Tasks/Strangeness/lambdalambda.cxx#L12
Documentation for \brief is missing, incorrect or misplaced.
[doc/file]: PWGLF/Tasks/Strangeness/lambdalambda.cxx#L12
Documentation for \file is missing, incorrect or misplaced.
[magic-number]: PWGLF/Tasks/Strangeness/lambdalambda.cxx#L537
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/Tasks/Strangeness/lambdalambda.cxx#L500
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[const-ref-in-for-loop]: PWGLF/Tasks/Strangeness/lambdalambda.cxx#L534
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/Tasks/Strangeness/lambdalambda.cxx#L410
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/Tasks/Strangeness/lambdalambda.cxx#L377
Use constant references for non-modified iterators in range-based for loops.
[root-entity]: PWGLF/Tasks/Strangeness/lambdalambda.cxx#L361
Replace ROOT entities with equivalents from standard C++ or from O2.
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.