Skip to content

[ALICE3] Include What You Use #10483

[ALICE3] Include What You Use

[ALICE3] Include What You Use #10483

Re-run triggered May 26, 2025 11:38
Status Failure
Total duration 17s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[doc/file]: ALICE3/Tasks/alice3-taskcorrelationDDbar.cxx#L15
Documentation for \file is missing, incorrect or misplaced.
[magic-number]: ALICE3/Tasks/alice3-taskcorrelationDDbar.cxx#L162
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[name/workflow-file]: ALICE3/TableProducer/alice3-correlatorDDbar.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/file-cpp]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L1
Use lowerCamelCase or UpperCamelCase for names of C++ files. See the O2 naming conventions for details.
[name/struct]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L74
Use UpperCamelCase for names of structs.
[name/function-variable]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L58
Use lowerCamelCase for names of functions and variables.
[magic-number]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L261
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L255
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L239
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L232
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
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.