[PWGHF] Adding a flag to perform Prompt and Non-prompt D+-hadron correlations #8471
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]:
PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L62
Use lowerCamelCase for names of functions and variables.
|
|
[name/function-variable]:
PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L61
Use lowerCamelCase for names of functions and variables.
|
|
[name/function-variable]:
PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L60
Use lowerCamelCase for names of functions and variables.
|
|
[name/function-variable]:
PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L59
Use lowerCamelCase for names of functions and variables.
|
|
[name/function-variable]:
PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L52
Use lowerCamelCase for names of functions and variables.
|
|
[magic-number]:
PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L565
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L513
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[pwghf/struct-member-order]:
PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx#L0
Declare struct members in the conventional order. See the PWGHF coding guidelines.
|
|
[pwghf/struct-member-order]:
PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx#L186
HfCorrelatorDplusHadrons: ConfigurableAxis appears too early (before end of Preslice<).
|
|
[magic-number]:
PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx#L564
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
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.
|