Skip to content

[Common] Move TOF ev. time cols to PIDResponse.h #1517

[Common] Move TOF ev. time cols to PIDResponse.h

[Common] Move TOF ev. time cols to PIDResponse.h #1517

Triggered via pull request December 21, 2024 06:32
Status Failure
Total duration 17s
Artifacts

o2-linter.yml

on: pull_request
O2 linter
9s
O2 linter
Fit to window
Zoom out
Zoom in

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.