[PWGHF] Refactor derived-data creators #1495
Annotations
2 errors, 6 warnings, and 1 notice
O2 linter result
Issues have been found.
|
O2 linter
Process completed with exit code 1.
|
[name/configurable]:
PWGHF/TableProducer/derivedDataCreatorBplusToD0Pi.cxx#L68
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]:
PWGHF/TableProducer/derivedDataCreatorD0ToKPi.cxx#L66
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]:
PWGHF/TableProducer/derivedDataCreatorLcToPKPi.cxx#L64
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]:
PWGHF/Utils/utilsDerivedData.h#L90
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.)
|
[pwghf/name/struct-class]:
PWGHF/Utils/utilsDerivedData.h#L52
Names of PWGHF structs and classes must start with "Hf".
|
[pwghf/name/struct-class]:
PWGHF/Utils/utilsDerivedData.h#L76
Names of PWGHF structs and classes must start with "Hf".
|
O2 linter
You can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test.
|