[DPG] TRD: Add prototype for TRD-PID study #6722
Annotations
2 errors, 10 warnings, and 1 notice
|
O2 linter result
Issues have been found.
|
|
O2 linter
Process completed with exit code 1.
|
|
[name/o2-workflow]:
DPG/Tasks/TRD/CMakeLists.txt#L12
Workflow name trd-pid does not match its file name PIDStudy.cxx. (Matches trdPid.cxx.)
|
|
[name/o2-workflow]:
DPG/Tasks/TRD/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
|
|
[doc/file]:
DPG/Tasks/TRD/PIDStudy.cxx#L11
Documentation for \file is missing, incorrect or misplaced.
|
|
[doc/file]:
DPG/Tasks/TRD/PIDStudy.cxx#L11
Documentation for \brief is missing, incorrect or misplaced.
|
|
[doc/file]:
DPG/Tasks/TRD/PIDStudy.cxx#L11
Documentation for \author is missing, incorrect or misplaced.
|
|
[doc/file]:
DPG/Tasks/TRD/PIDStudy.cxx#L1
Provide mandatory file documentation.
|
|
[name/file-cpp]:
DPG/Tasks/TRD/PIDStudy.cxx#L1
Use lowerCamelCase or UpperCamelCase for names of C++ files. See the O2 naming conventions for details.
|
|
[name/workflow-file]:
DPG/Tasks/TRD/PIDStudy.cxx#L1
Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
|
|
[name/configurable]:
DPG/Tasks/TRD/PIDStudy.cxx#L60
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]:
DPG/Tasks/TRD/PIDStudy.cxx#L61
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.)
|
|
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.
|