[PWGDQ,PWGEM] Remove unused code #8692
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.
|