[PWGUD] QC task for JPsi to 2 Muon process #17961
Annotations
10 errors and 2 notices
|
O2 linter result
Issues have been found.
|
|
[name/constexpr-constant]:
PWGUD/AQC/udQcMuon.cxx#L166
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
|
|
[name/function-variable]:
PWGUD/AQC/udQcMuon.cxx#L166
Use lowerCamelCase for names of functions and variables.
|
|
[const-ref-in-process]:
PWGUD/AQC/udQcMuon.cxx#L1
Use constant references for table subscriptions in process functions.
|
|
[const-ref-in-process]:
PWGUD/AQC/udQcMuon.cxx#L201
Argument aod::Calos& calos is not const&.
|
|
[const-ref-in-process]:
PWGUD/AQC/udQcMuon.cxx#L201
Argument aod::Zdcs& zdcs is not const&.
|
|
[name/o2-workflow]:
PWGUD/AQC/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
|
|
[name/o2-workflow]:
PWGUD/AQC/CMakeLists.txt#L22
Workflow name udqcmidrap does not match its file name udQCmidRap.cxx. (Matches udqcmidrap.cxx.)
|
|
[name/o2-workflow]:
PWGUD/AQC/CMakeLists.txt#L17
Workflow name fittest does not match its file name FITtest.cxx. (Matches fittest.cxx.)
|
|
[name/o2-workflow]:
PWGUD/AQC/CMakeLists.txt#L12
Workflow name udqc does not match its file name udQC.cxx. (Matches udqc.cxx.)
|
|
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.
|