Skip to content

[DPG] Renaming Histo #920

[DPG] Renaming Histo

[DPG] Renaming Histo #920

Triggered via pull request December 12, 2024 00:12
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, 10 warnings, and 1 notice
O2 linter result
Issues have been found.
O2 linter
Process completed with exit code 1.
[std-prefix]: DPG/Tasks/AOTTrack/qaEfficiency.cxx#L2207
Use std:: prefix for names from the std namespace.
[root-entity]: DPG/Tasks/AOTTrack/qaEfficiency.cxx#L1920
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
[name/constexpr-constant]: DPG/Tasks/AOTTrack/qaEfficiency.cxx#L46
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: DPG/Tasks/AOTTrack/qaEfficiency.cxx#L47
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: DPG/Tasks/AOTTrack/qaEfficiency.cxx#L48
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: DPG/Tasks/AOTTrack/qaEfficiency.cxx#L49
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: DPG/Tasks/AOTTrack/qaEfficiency.cxx#L50
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: DPG/Tasks/AOTTrack/qaEfficiency.cxx#L51
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: DPG/Tasks/AOTTrack/qaEfficiency.cxx#L52
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: DPG/Tasks/AOTTrack/qaEfficiency.cxx#L53
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.