Skip to content

[Common] Fix Z=2 PID response for dynamic columns #13716

[Common] Fix Z=2 PID response for dynamic columns

[Common] Fix Z=2 PID response for dynamic columns #13716

Triggered via pull request July 16, 2025 14:33
@fmazzascfmazzasc
opened #12088
Status Failure
Total duration 21s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/o2-column]: Common/DataModel/PIDResponseITS.h#L183
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#L139
Use lowerCamelCase for names of functions and variables.
[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.
[magic-number]: Common/DataModel/PIDResponseITS.h#L144
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.