Skip to content

[Common] TOF: add dynamic columns for TOFBeta and TOFMass #9442

[Common] TOF: add dynamic columns for TOFBeta and TOFMass

[Common] TOF: add dynamic columns for TOFBeta and TOFMass #9442

Triggered via pull request May 6, 2025 08:26
@njacazionjacazio
synchronize #11071
Status Failure
Total duration 14s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/constexpr-constant]: Common/DataModel/PIDResponseTOF.h#L344
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: Common/DataModel/PIDResponseTOF.h#L343
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: Common/DataModel/PIDResponseTOF.h#L342
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: Common/DataModel/PIDResponseTOF.h#L341
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: Common/DataModel/PIDResponseTOF.h#L340
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/macro]: Common/DataModel/PIDResponseTOF.h#L113
Use SCREAMING_SNAKE_CASE for names of macros. Leading and double underscores are not allowed.
[name/macro]: Common/DataModel/PIDResponseTOF.h#L58
Use SCREAMING_SNAKE_CASE for names of macros. Leading and double underscores are not allowed.
[name/function-variable]: Common/DataModel/PIDResponseTOF.h#L345
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: Common/DataModel/PIDResponseTOF.h#L344
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: Common/DataModel/PIDResponseTOF.h#L343
Use lowerCamelCase for names of functions and variables.
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.