Skip to content

Please consider the following formatting changes to #12497 #436

Please consider the following formatting changes to #12497

Please consider the following formatting changes to #12497 #436

Triggered via pull request August 8, 2025 14:32
@alibuildalibuild
opened #53
Status Failure
Total duration 13s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/workflow-file]: PWGEM/Dilepton/Tasks/Converters/trackConverter1.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/trackConverter1.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/trackConverter1.cxx#L47
Specified task name track-converter1 and the struct name trackConverter1 produce the same device name track-converter1. TaskName is redundant.
[name/struct]: PWGEM/Dilepton/Tasks/Converters/trackConverter1.cxx#L29
Use UpperCamelCase for names of structs.
[name/function-variable]: PWGEM/Dilepton/Tasks/Converters/trackConverter1.cxx#L30
Use lowerCamelCase for names of functions and variables.
[doc/file]: PWGEM/Dilepton/Tasks/Converters/trackConverter1.cxx#L1
Provide mandatory file documentation.
[doc/file]: PWGEM/Dilepton/Tasks/Converters/trackConverter1.cxx#L11
Documentation for \author is missing, incorrect or misplaced.
[doc/file]: PWGEM/Dilepton/Tasks/Converters/trackConverter1.cxx#L11
Documentation for \brief is missing, incorrect or misplaced.
[doc/file]: PWGEM/Dilepton/Tasks/Converters/trackConverter1.cxx#L11
Documentation for \file is missing, incorrect or misplaced.
[const-ref-in-for-loop]: PWGEM/Dilepton/Tasks/Converters/trackConverter1.cxx#L34
Use constant references for non-modified iterators in range-based for loops.
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.