Skip to content

[PWGDQ,PWGEM] Remove unused code #8692

[PWGDQ,PWGEM] Remove unused code

[PWGDQ,PWGEM] Remove unused code #8692

Triggered via pull request April 23, 2025 12:27
Status Failure
Total duration 15s
Artifacts

o2-linter.yml

on: pull_request
O2 linter
10s
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]: PWGDQ/Core/VarManager.cxx#L111
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGDQ/Core/VarManager.cxx#L97
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGDQ/Core/VarManager.cxx#L61
Use lowerCamelCase for names of functions and variables.
[doc/file]: PWGDQ/Core/VarManager.cxx#L0
Provide mandatory file documentation.
[doc/file]: PWGDQ/Core/VarManager.cxx#L11
Documentation for \author is missing, incorrect or misplaced.
[doc/file]: PWGDQ/Core/VarManager.cxx#L11
Documentation for \brief is missing, incorrect or misplaced.
[doc/file]: PWGDQ/Core/VarManager.cxx#L11
Documentation for \file is missing, incorrect or misplaced.
[root/entity]: PWGDQ/Core/VarManager.cxx#L157
Replace ROOT entities with equivalents from standard C++ or from O2.
[root/entity]: PWGDQ/Core/VarManager.cxx#L105
Replace ROOT entities with equivalents from standard C++ or from O2.
[include-iostream]: PWGDQ/Core/VarManager.cxx#L12
Do not include iostream. Use O2 logging instead.
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.