[PWGUD] Adding new table producer #8036
Annotations
2 errors, 10 warnings, and 1 notice
|
O2 linter
Process completed with exit code 1.
|
|
O2 linter result
Issues have been found.
|
|
[magic-number]:
PWGUD/TableProducer/tauEventTableProducer.cxx#L427
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
PWGUD/TableProducer/tauEventTableProducer.cxx#L414
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
PWGUD/TableProducer/tauEventTableProducer.cxx#L216
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
PWGUD/TableProducer/tauEventTableProducer.cxx#L212
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[name/o2-workflow]:
PWGUD/TableProducer/CMakeLists.txt#L0
Use kebab-case for names of workflows and match the name of the workflow file.
|
|
[name/o2-workflow]:
PWGUD/TableProducer/CMakeLists.txt#L39
Workflow name fwdtrack-propagation does not match its file name fwdTrackPropagation.cxx. (Matches fwdtrackPropagation.cxx.)
|
|
[name/o2-workflow]:
PWGUD/TableProducer/CMakeLists.txt#L29
Workflow name upccand-producer does not match its file name UPCCandidateProducer.cxx. (Matches upccandProducer.cxx.)
|
|
[name/o2-workflow]:
PWGUD/TableProducer/CMakeLists.txt#L24
Workflow name dgbccand-producer does not match its file name DGBCCandProducer.cxx. (Matches dgbccandProducer.cxx.)
|
|
[name/o2-workflow]:
PWGUD/TableProducer/CMakeLists.txt#L19
Workflow name sgcand-producer does not match its file name SGCandProducer.cxx. (Matches sgcandProducer.cxx.)
|
|
[name/o2-workflow]:
PWGUD/TableProducer/CMakeLists.txt#L14
Workflow name dgcand-producer does not match its file name DGCandProducer.cxx. (Matches dgcandProducer.cxx.)
|
|
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.
|