[PWGJE] Adding D+ jets to framework #4500
Annotations
2 errors, 10 warnings, and 1 notice
|
O2 linter result
Issues have been found.
|
|
O2 linter
Process completed with exit code 1.
|
|
[const-ref-in-for-loop]:
PWGJE/Core/JetCandidateUtilities.h#L169
Use constant references for non-modified iterators in range-based for loops.
|
|
[name/file-cpp]:
PWGJE/Core/JetCandidateUtilities.h#L1
Use lowerCamelCase or UpperCamelCase for names of C++ files. See the O2 naming conventions for details.
|
|
[name/file-cpp]:
PWGJE/Core/JetHFUtilities.h#L1
Use lowerCamelCase or UpperCamelCase for names of C++ files. See the O2 naming conventions for details.
|
|
[doc/file]:
PWGJE/DataModel/Jet.h#L21
Documentation for \file is missing, incorrect or misplaced.
|
|
[doc/file]:
PWGJE/DataModel/Jet.h#L1
Provide mandatory file documentation.
|
|
[name/o2-column]:
PWGJE/DataModel/Jet.h#L45
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
|
|
[name/o2-column]:
PWGJE/DataModel/Jet.h#L46
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
|
|
[name/o2-column]:
PWGJE/DataModel/Jet.h#L69
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
|
|
[name/o2-column]:
PWGJE/DataModel/Jet.h#L106
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
|
|
[name/o2-column]:
PWGJE/DataModel/Jet.h#L125
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
|
|
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.
|