Please consider the following formatting changes to #9431 #32
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors, 10 warnings, and 1 notice
|
O2 linter result
Issues have been found.
|
|
O2 linter
Process completed with exit code 1.
|
|
[include-iostream]:
ALICE3/Core/DelphesO2TrackSmearer.h#L28
Including iostream is discouraged. Use O2 logging instead.
|
|
[std-prefix]:
ALICE3/Core/DelphesO2TrackSmearer.h#L54
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
ALICE3/Core/DelphesO2TrackSmearer.h#L64
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
ALICE3/Core/DelphesO2TrackSmearer.h#L65
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
ALICE3/Core/DelphesO2TrackSmearer.h#L78
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
ALICE3/Core/DelphesO2TrackSmearer.h#L198
Use std:: prefix for names from the std namespace.
|
|
[logging]:
ALICE3/Core/DelphesO2TrackSmearer.h#L107
Consider using O2 logging (LOG, LOGF, LOGP).
|
|
[logging]:
ALICE3/Core/DelphesO2TrackSmearer.h#L108
Consider using O2 logging (LOG, LOGF, LOGP).
|
|
[logging]:
ALICE3/Core/DelphesO2TrackSmearer.h#L109
Consider using O2 logging (LOG, LOGF, LOGP).
|
|
[logging]:
ALICE3/Core/DelphesO2TrackSmearer.h#L110
Consider using O2 logging (LOG, LOGF, LOGP).
|
|
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.
|