[PWGCF,PWGEM,PWGHF,PWGJE,PWGLF,PWGUD,Trigger] Split eventfiltering cmake files #20194
Annotations
10 errors and 2 notices
|
[name/o2-workflow]:
EventFiltering/PWGEM/CMakeLists.txt#L17
Workflow name em-photon-filter-qc does not match its file name EMPhotonFilterQC.cxx. (Matches emPhotonFilterQc.cxx.)
|
|
[name/o2-workflow]:
EventFiltering/PWGEM/CMakeLists.txt#L12
Workflow name em-photon-filter does not match its file name EMPhotonFilter.cxx. (Matches emPhotonFilter.cxx.)
|
|
[name/o2-workflow]:
EventFiltering/PWGCF/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
|
|
[name/o2-workflow]:
EventFiltering/PWGCF/CMakeLists.txt#L12
Workflow name cf-filter does not match its file name CFFilterAll.cxx. (Matches cfFilter.cxx.)
|
|
[const-ref-in-for-loop]:
EventFiltering/Core/ZorroSummary.cxx#L36
Use constant references for non-modified iterators in range-based for loops.
|
|
[magic-number]:
EventFiltering/Core/Zorro.cxx#L236
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
EventFiltering/Core/Zorro.cxx#L235
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[name/o2-workflow]:
EventFiltering/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
|
|
[name/o2-workflow]:
EventFiltering/CMakeLists.txt#L18
Workflow name selected-bc-range-task does not match its file name selectBCRange.cxx. (Matches selectedBcRangeTask.cxx.)
|
|
[name/o2-workflow]:
EventFiltering/CMakeLists.txt#L13
Workflow name central-event-filter-task does not match its file name cefpTask.cxx. (Matches centralEventFilterTask.cxx.)
|
|
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.
|