Skip to content

[Common] Fix bugs, bad practice, performance, includes #15681

[Common] Fix bugs, bad practice, performance, includes

[Common] Fix bugs, bad practice, performance, includes #15681

Triggered via pull request August 15, 2025 16:00
@vkuceravkucera
synchronize #11688
Status Failure
Total duration 16s
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
[name/function-variable]: Common/CCDB/TriggerAliases.h#L62
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: Common/CCDB/TriggerAliases.h#L61
Use lowerCamelCase for names of functions and variables.
[doc/file]: Common/CCDB/TriggerAliases.h#L1
Provide mandatory file documentation.
[doc/file]: Common/CCDB/TriggerAliases.h#L11
Documentation for \author is missing, incorrect or misplaced.
[doc/file]: Common/CCDB/TriggerAliases.h#L11
Documentation for \brief is missing, incorrect or misplaced.
[doc/file]: Common/CCDB/TriggerAliases.h#L11
Documentation for \file is missing, incorrect or misplaced.
[root/entity]: Common/CCDB/TriggerAliases.h#L71
Replace ROOT entities with equivalents from standard C++ or from O2.
[root/entity]: Common/CCDB/TriggerAliases.h#L70
Replace ROOT entities with equivalents from standard C++ or from O2.
[root/entity]: Common/CCDB/TriggerAliases.h#L65
Replace ROOT entities with equivalents from standard C++ or from O2.
[root/entity]: Common/CCDB/TriggerAliases.h#L64
Replace ROOT entities with equivalents from standard C++ or from O2.
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.