[Common] Fix Z=2 PID response for dynamic columns #13716
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.
|