Please consider the following formatting changes to #11164 #37
Annotations
10 errors and 2 notices
|
[name/type]:
PWGLF/Tasks/GlobalEventProperties/pmdqa.cxx#L89
Use UpperCamelCase for names of defined types (including concepts).
|
|
[name/type]:
PWGLF/Tasks/GlobalEventProperties/pmdqa.cxx#L88
Use UpperCamelCase for names of defined types (including concepts).
|
|
[name/o2-column]:
PWGLF/Tasks/GlobalEventProperties/pmdqa.cxx#L43
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
|
|
[name/o2-column]:
PWGLF/Tasks/GlobalEventProperties/pmdqa.cxx#L42
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
|
|
[magic-number]:
PWGLF/Tasks/GlobalEventProperties/pmdqa.cxx#L124
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
PWGLF/Tasks/GlobalEventProperties/pmdqa.cxx#L123
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
PWGLF/Tasks/GlobalEventProperties/pmdqa.cxx#L98
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[root/entity]:
PWGLF/Tasks/GlobalEventProperties/pmdqa.cxx#L122
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
[root/entity]:
PWGLF/Tasks/GlobalEventProperties/pmdqa.cxx#L121
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
[root/entity]:
PWGLF/Tasks/GlobalEventProperties/pmdqa.cxx#L120
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
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.
|