Skip to content

[PWGEM/Dilepton] fix in electronConverter5 #18082

[PWGEM/Dilepton] fix in electronConverter5

[PWGEM/Dilepton] fix in electronConverter5 #18082

Triggered via pull request October 1, 2025 16:08
@dsekihatdsekihat
opened #13203
Status Failure
Total duration 15s
Artifacts

o2-linter.yml

on: pull_request_target
O2 linter
12s
O2 linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 notices
O2 linter result
Issues have been found.
[name/workflow-file]: PWGEM/Dilepton/Tasks/Converters/electronConverter5.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/o2-task]: PWGEM/Dilepton/Tasks/Converters/electronConverter5.cxx#L1
Specify task name only when it cannot be derived from the struct name. Only append to the default name.
[name/o2-task]: PWGEM/Dilepton/Tasks/Converters/electronConverter5.cxx#L169
Specified task name electron-converter5 and the struct name electronConverter5 produce the same device name electron-converter5. TaskName is redundant.
[name/struct]: PWGEM/Dilepton/Tasks/Converters/electronConverter5.cxx#L29
Use UpperCamelCase for names of structs.
[name/function-variable]: PWGEM/Dilepton/Tasks/Converters/electronConverter5.cxx#L30
Use lowerCamelCase for names of functions and variables.
[doc/file]: PWGEM/Dilepton/Tasks/Converters/electronConverter5.cxx#L1
Provide mandatory file documentation.
[doc/file]: PWGEM/Dilepton/Tasks/Converters/electronConverter5.cxx#L11
Documentation for \author is missing, incorrect or misplaced.
[doc/file]: PWGEM/Dilepton/Tasks/Converters/electronConverter5.cxx#L11
Documentation for \brief is missing, incorrect or misplaced.
[doc/file]: PWGEM/Dilepton/Tasks/Converters/electronConverter5.cxx#L11
Documentation for \file is missing, incorrect or misplaced.
O2 linter
To tolerate certain issues in a directory, add a line with the test name in "o2linter_config".
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.