Skip to content

[ALICE3] Implementing new ALICE 3 RICH flags in analysis preselection task #13530

[ALICE3] Implementing new ALICE 3 RICH flags in analysis preselection task

[ALICE3] Implementing new ALICE 3 RICH flags in analysis preselection task #13530

Triggered via pull request July 14, 2025 12:44
@fcolamarfcolamar
opened #12047
Status Failure
Total duration 16s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/struct]: ALICE3/TableProducer/alice3-decaypreselector.cxx#L68
Use UpperCamelCase for names of structs.
[name/type]: ALICE3/TableProducer/alice3-decaypreselector.cxx#L66
Use UpperCamelCase for names of defined types (including concepts).
[name/type]: ALICE3/TableProducer/alice3-decaypreselector.cxx#L65
Use UpperCamelCase for names of defined types (including concepts).
[name/type]: ALICE3/TableProducer/alice3-decaypreselector.cxx#L64
Use UpperCamelCase for names of defined types (including concepts).
[name/macro]: ALICE3/TableProducer/alice3-decaypreselector.cxx#L58
Use SCREAMING_SNAKE_CASE for names of macros. Leading and double underscores are not allowed.
[doc/file]: ALICE3/TableProducer/alice3-decaypreselector.cxx#L1
Provide mandatory file documentation.
[doc/file]: ALICE3/TableProducer/alice3-decaypreselector.cxx#L11
Documentation for \author is missing, incorrect or misplaced.
[doc/file]: ALICE3/TableProducer/alice3-decaypreselector.cxx#L11
Documentation for \brief is missing, incorrect or misplaced.
[doc/file]: ALICE3/TableProducer/alice3-decaypreselector.cxx#L11
Documentation for \file is missing, incorrect or misplaced.
[const-ref-in-for-loop]: ALICE3/TableProducer/alice3-decaypreselector.cxx#L93
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.