Skip to content

[PWGJE] Adding D+ jets to framework #4500

[PWGJE] Adding D+ jets to framework

[PWGJE] Adding D+ jets to framework #4500

Triggered via pull request February 8, 2025 07:51
Status Failure
Total duration 14s
Artifacts

o2-linter.yml

on: pull_request
O2 linter
6s
O2 linter
Fit to window
Zoom out
Zoom in

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.