Skip to content

Please consider the following formatting changes to #10860 #6

Please consider the following formatting changes to #10860

Please consider the following formatting changes to #10860 #6

Triggered via pull request April 16, 2025 09:57
Status Failure
Total duration 50s
Artifacts

o2-linter.yml

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

Annotations

2 errors, 10 warnings, and 1 notice
O2 linter
Process completed with exit code 1.
O2 linter result
Issues have been found.
[magic-number]: ALICE3/Core/FastTracker.cxx#L318
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/Core/FastTracker.cxx#L206
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[root-entity]: ALICE3/Core/FastTracker.cxx#L427
Replace ROOT entities with equivalents from standard C++ or from O2.
[root-entity]: ALICE3/Core/FastTracker.cxx#L426
Replace ROOT entities with equivalents from standard C++ or from O2.
[root-entity]: ALICE3/Core/FastTracker.cxx#L179
Replace ROOT entities with equivalents from standard C++ or from O2.
[root-entity]: ALICE3/Core/FastTracker.cxx#L178
Replace ROOT entities with equivalents from standard C++ or from O2.
[std-prefix]: ALICE3/Core/FastTracker.cxx#L584
Use std:: prefix for names from the std namespace.
[std-prefix]: ALICE3/Core/FastTracker.cxx#L571
Use std:: prefix for names from the std namespace.
[std-prefix]: ALICE3/Core/FastTracker.cxx#L533
Use std:: prefix for names from the std namespace.
[std-prefix]: ALICE3/Core/FastTracker.cxx#L205
Use std:: prefix for names from the std namespace.
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.