[PWGJE] Include What You Use #10480
Annotations
10 errors and 2 notices
|
[root/entity]:
PWGJE/JetFinders/jetFinderHF.cxx#L154
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
[name/configurable]:
PWGJE/JetFinders/jetFinder.cxx#L105
Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
|
|
[name/configurable]:
PWGJE/JetFinders/jetFinder.cxx#L80
Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
|
|
[name/function-variable]:
PWGJE/JetFinders/jetFinder.cxx#L105
Use lowerCamelCase for names of functions and variables.
|
|
[doc/file]:
PWGJE/JetFinders/jetFinder.cxx#L1
Provide mandatory file documentation.
|
|
[doc/file]:
PWGJE/JetFinders/jetFinder.cxx#L11
Documentation for \author is missing, incorrect or misplaced.
|
|
[doc/file]:
PWGJE/JetFinders/jetFinder.cxx#L11
Documentation for \brief is missing, incorrect or misplaced.
|
|
[doc/file]:
PWGJE/JetFinders/jetFinder.cxx#L11
Documentation for \file is missing, incorrect or misplaced.
|
|
[magic-number]:
PWGJE/JetFinders/jetFinder.cxx#L132
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[root/entity]:
PWGJE/JetFinders/jetFinder.cxx#L146
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
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.
|