Skip to content

Please consider the following formatting changes to #10830 #16

Please consider the following formatting changes to #10830

Please consider the following formatting changes to #10830 #16

Triggered via pull request April 17, 2025 19:41
Status Failure
Total duration 12s
Artifacts

o2-linter.yml

on: pull_request
O2 linter
7s
O2 linter
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 10 warnings, and 1 notice
O2 linter
Process completed with exit code 1.
O2 linter result
Issues have been found.
[name/function-variable]: PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L59
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L58
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L51
Use lowerCamelCase for names of functions and variables.
[doc/file]: PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L0
Provide mandatory file documentation.
[doc/file]: PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L13
Documentation for \brief is missing, incorrect or misplaced.
[magic-number]: PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L564
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L512
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[pwghf/struct-member-order]: PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx#L0
Declare struct members in the conventional order. See the PWGHF coding guidelines.
[pwghf/struct-member-order]: PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx#L187
HfCorrelatorDplusHadrons: ConfigurableAxis appears too early (before end of Preslice<).
[magic-number]: PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx#L570
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
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.