[Common] Move TOF ev. time cols to PIDResponse.h #1517
Annotations
2 errors, 10 warnings, and 1 notice
O2 linter result
Issues have been found.
|
O2 linter
Process completed with exit code 1.
|
[name/function-variable]:
Common/DataModel/PIDResponse.h#L511
Use lowerCamelCase for names of functions and variables.
|
[name/function-variable]:
Common/DataModel/PIDResponse.h#L512
Use lowerCamelCase for names of functions and variables.
|
[name/function-variable]:
Common/DataModel/PIDResponse.h#L513
Use lowerCamelCase for names of functions and variables.
|
[name/function-variable]:
Common/DataModel/PIDResponse.h#L701
Use lowerCamelCase for names of functions and variables.
|
[name/function-variable]:
Common/DataModel/PIDResponse.h#L702
Use lowerCamelCase for names of functions and variables.
|
[name/function-variable]:
Common/DataModel/PIDResponse.h#L703
Use lowerCamelCase for names of functions and variables.
|
[name/macro]:
Common/DataModel/PIDResponse.h#L97
Use SCREAMING_SNAKE_CASE for names of macros. Leading and double underscores are not allowed.
|
[name/macro]:
Common/DataModel/PIDResponse.h#L179
Use SCREAMING_SNAKE_CASE for names of macros. Leading and double underscores are not allowed.
|
[name/macro]:
Common/DataModel/PIDResponse.h#L278
Use SCREAMING_SNAKE_CASE for names of macros. Leading and double underscores are not allowed.
|
[name/constexpr-constant]:
Common/DataModel/PIDResponse.h#L508
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
|
O2 linter
You can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test.
|