Skip to content

Please consider the following formatting changes to #10830 #31

Please consider the following formatting changes to #10830

Please consider the following formatting changes to #10830 #31

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

o2-linter.yml

on: pull_request
O2 linter
8s
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#L62
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L61
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L60
Use lowerCamelCase for names of functions and variables.
[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#L52
Use lowerCamelCase for names of functions and variables.
[magic-number]: PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L565
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/HFC/Tasks/taskCorrelationDplusHadrons.cxx#L513
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#L165
HfCorrelatorDplusHadrons: HfHelper appears too early (before end of Configurable<).
[magic-number]: PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx#L561
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.