Please consider the following formatting changes to #8862 #12
Annotations
2 errors, 10 warnings, and 1 notice
O2 linter result
Issues have been found.
|
O2 linter
Process completed with exit code 1.
|
[doc/file]:
Common/DataModel/Multiplicity.h#L11
Documentation for \file is missing, incorrect or misplaced.
|
[doc/file]:
Common/DataModel/Multiplicity.h#L11
Documentation for \brief is missing, incorrect or misplaced.
|
[doc/file]:
Common/DataModel/Multiplicity.h#L11
Documentation for \author is missing, incorrect or misplaced.
|
[doc/file]:
Common/DataModel/Multiplicity.h#L1
Provide mandatory file documentation.
|
[name/o2-column]:
Common/DataModel/Multiplicity.h#L255
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
|
[name/namespace]:
Common/DataModel/Multiplicity.h#L189
Use snake_case for names of namespaces. Double underscores are not allowed.
|
[name/namespace]:
Common/DataModel/Multiplicity.h#L253
Use snake_case for names of namespaces. Double underscores are not allowed.
|
[const-ref-in-for-loop]:
Common/TableProducer/multiplicityExtraTable.cxx#L105
Use constant references for non-modified iterators in range-based for loops.
|
[const-ref-in-for-loop]:
Common/TableProducer/multiplicityExtraTable.cxx#L184
Use constant references for non-modified iterators in range-based for loops.
|
[const-ref-in-for-loop]:
Common/TableProducer/multiplicityExtraTable.cxx#L187
Use constant references for non-modified iterators in range-based for loops.
|
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.
|