Skip to content

[DPG] Megalinter fixes #3448

[DPG] Megalinter fixes

[DPG] Megalinter fixes #3448

Triggered via pull request January 27, 2025 20:05
Status Failure
Total duration 15s
Artifacts

o2-linter.yml

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

Annotations

2 errors, 6 warnings, and 1 notice
O2 linter result
Issues have been found.
O2 linter
Process completed with exit code 1.
[external-pi]: DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx#L158
Consider using the PI constant (and its multiples and fractions) defined in o2::constants::math.
[name/constexpr-constant]: DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx#L35
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx#L139
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx#L140
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/struct]: DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx#L138
Use UpperCamelCase for names of structs.
[name/workflow-file]: DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx#L1
Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
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.