[DPG] Megalinter fixes #3448
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.
|