[PWGHF,Trigger] Beauty 2nd Vertex in triggers #724
Annotations
2 errors, 10 warnings, and 1 notice
O2 linter result
Issues have been found.
|
O2 linter
Process completed with exit code 1.
|
[name/workflow-file]:
EventFiltering/PWGHF/HFFilter.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]:
EventFiltering/PWGHF/HFFilter.cxx#L131
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/struct-member-order]:
EventFiltering/PWGHF/HFFilter.cxx#L130
HfFilter: Service< appears too early (before end of Configurable<).
|
[pwghf/struct-member-order]:
EventFiltering/PWGHF/HFFilter.cxx#L157
HfFilter: HistogramRegistry appears too early (before end of Preslice<).
|
[pwghf/struct-member-order]:
EventFiltering/PWGHF/HFFilter.cxx#L1
Declare struct members in the conventional order. See the PWGHF coding guidelines.
|
[name/function-variable]:
EventFiltering/PWGHF/HFFilterHelpers.h#L659
Use lowerCamelCase for names of functions and variables.
|
[name/function-variable]:
EventFiltering/PWGHF/HFFilterHelpers.h#L660
Use lowerCamelCase for names of functions and variables.
|
[name/function-variable]:
EventFiltering/PWGHF/HFFilterHelpers.h#L675
Use lowerCamelCase for names of functions and variables.
|
[name/function-variable]:
EventFiltering/PWGHF/HFFilterHelpers.h#L778
Use lowerCamelCase for names of functions and variables.
|
[name/function-variable]:
EventFiltering/PWGHF/HFFilterHelpers.h#L779
Use lowerCamelCase for names of functions and variables.
|
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.
|