Skip to content

[PWGJE,EMCAL-1154] emcalCorrectionTask: fix include headers #10807

[PWGJE,EMCAL-1154] emcalCorrectionTask: fix include headers

[PWGJE,EMCAL-1154] emcalCorrectionTask: fix include headers #10807

Triggered via pull request June 2, 2025 14:29
Status Failure
Total duration 14s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/function-variable]: PWGJE/TableProducer/emcalCorrectionTask.cxx#L683
Use lowerCamelCase for names of functions and variables.
[magic-number]: PWGJE/TableProducer/emcalCorrectionTask.cxx#L962
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/TableProducer/emcalCorrectionTask.cxx#L957
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/TableProducer/emcalCorrectionTask.cxx#L954
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/TableProducer/emcalCorrectionTask.cxx#L946
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/TableProducer/emcalCorrectionTask.cxx#L920
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/TableProducer/emcalCorrectionTask.cxx#L854
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/TableProducer/emcalCorrectionTask.cxx#L219
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/TableProducer/emcalCorrectionTask.cxx#L217
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/TableProducer/emcalCorrectionTask.cxx#L215
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.