Please consider the following formatting changes to #14438 #22770
Annotations
10 errors and 2 notices
|
[magic-number]:
PWGCF/FemtoWorld/Core/FemtoWorldTrackSelection.h#L435
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
PWGCF/FemtoWorld/Core/FemtoWorldTrackSelection.h#L296
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[const-ref-in-for-loop]:
PWGCF/FemtoWorld/Core/FemtoWorldTrackSelection.h#L481
Use constant references for non-modified iterators in range-based for loops.
|
|
[const-ref-in-for-loop]:
PWGCF/FemtoWorld/Core/FemtoWorldTrackSelection.h#L475
Use constant references for non-modified iterators in range-based for loops.
|
|
[const-ref-in-for-loop]:
PWGCF/FemtoWorld/Core/FemtoWorldTrackSelection.h#L394
Use constant references for non-modified iterators in range-based for loops.
|
|
[const-ref-in-for-loop]:
PWGCF/FemtoWorld/Core/FemtoWorldTrackSelection.h#L112
Use constant references for non-modified iterators in range-based for loops.
|
|
[std-prefix]:
PWGCF/FemtoWorld/Core/FemtoWorldTrackSelection.h#L559
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
PWGCF/FemtoWorld/Core/FemtoWorldTrackSelection.h#L472
Use std:: prefix for names from the std namespace.
|
|
[using-directive]:
PWGCF/FemtoWorld/Core/FemtoWorldTrackSelection.h#L36
Do not put using directives at global scope in headers.
|
|
[include-iostream]:
PWGCF/FemtoWorld/Core/FemtoWorldTrackSelection.h#L34
Do not include iostream. Use O2 logging instead.
|
|
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.
|