Skip to content

[Common] Fix PID response for Z=2 nuclei #12460

[Common] Fix PID response for Z=2 nuclei

[Common] Fix PID response for Z=2 nuclei #12460

Triggered via pull request June 27, 2025 07:08
@fmazzascfmazzasc
synchronize #11795
Status Failure
Total duration 12s
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
[name/o2-column]: Common/DataModel/PIDResponseITS.h#L182
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
[name/constexpr-constant]: Common/DataModel/PIDResponseITS.h#L74
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: Common/DataModel/PIDResponseITS.h#L62
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/function-variable]: Common/DataModel/PIDResponseITS.h#L138
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: Common/DataModel/PIDResponseITS.h#L137
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: Common/DataModel/PIDResponseITS.h#L136
Use lowerCamelCase for names of functions and variables.
[magic-number]: Common/DataModel/PIDResponseITS.h#L143
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/DataModel/PIDResponseITS.h#L80
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/DataModel/PIDResponseITS.h#L78
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/DataModel/PIDResponseITS.h#L42
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.