[PWGLF] Please consider the following formatting changes to #9588 #3
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]:
PWGLF/Tasks/GlobalEventProperties/ucc-zdc-analysis.cxx#L220
Use std:: prefix for names from the std namespace.
|
|
[const-ref-in-for-loop]:
PWGLF/Tasks/GlobalEventProperties/ucc-zdc-analysis.cxx#L141
Use constant references for non-modified iterators in range-based for loops.
|
|
[const-ref-in-for-loop]:
PWGLF/Tasks/GlobalEventProperties/ucc-zdc-analysis.cxx#L171
Use constant references for non-modified iterators in range-based for loops.
|
|
[const-ref-in-for-loop]:
PWGLF/Tasks/GlobalEventProperties/ucc-zdc-analysis.cxx#L174
Use constant references for non-modified iterators in range-based for loops.
|
|
[const-ref-in-for-loop]:
PWGLF/Tasks/GlobalEventProperties/ucc-zdc-analysis.cxx#L182
Use constant references for non-modified iterators in range-based for loops.
|
|
[const-ref-in-for-loop]:
PWGLF/Tasks/GlobalEventProperties/ucc-zdc-analysis.cxx#L217
Use constant references for non-modified iterators in range-based for loops.
|
|
[doc/file]:
PWGLF/Tasks/GlobalEventProperties/ucc-zdc-analysis.cxx#L14
Documentation for \file is missing, incorrect or misplaced.
|
|
[doc/file]:
PWGLF/Tasks/GlobalEventProperties/ucc-zdc-analysis.cxx#L1
Provide mandatory file documentation.
|
|
[name/function-variable]:
PWGLF/Tasks/GlobalEventProperties/ucc-zdc-analysis.cxx#L42
Use lowerCamelCase for names of functions and variables.
|
|
[name/function-variable]:
PWGLF/Tasks/GlobalEventProperties/ucc-zdc-analysis.cxx#L43
Use lowerCamelCase for names of functions and variables.
|
|
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.
|