[Common,DPG] PIDResponseITS inherit parameters from base task, manage arrays in TableHelper, align QA #12396
Annotations
10 errors and 2 notices
|
[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#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.
|
|
[name/function-variable]:
Common/DataModel/PIDResponseITS.h#L135
Use lowerCamelCase for names of functions and variables.
|
|
[magic-number]:
Common/DataModel/PIDResponseITS.h#L142
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.
|
|
[const-ref-in-for-loop]:
Common/Core/TableHelper.h#L79
Use constant references for non-modified iterators in range-based for loops.
|
|
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.
|