Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGJE/TableProducer/slimTablesProducer.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.

Check failure on line 1 in PWGJE/TableProducer/slimTablesProducer.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-task]

Specify task name only when it cannot be derived from the struct name. Only append to the default name.
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
Expand Down Expand Up @@ -74,5 +74,5 @@
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
{
return WorkflowSpec{
adaptAnalysisTask<SlimTablesProducer>(cfgc, TaskName{"slim-tables-producer"})}; // o2-linter: disable=name/o2-task
adaptAnalysisTask<SlimTablesProducer>(cfgc, TaskName{"slim-tables-producer"})}; // o2-linter: disable=name/o2-task

Check failure on line 77 in PWGJE/TableProducer/slimTablesProducer.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-task]

Specified task name slim-tables-producer and the struct name SlimTablesProducer produce the same device name slim-tables-producer. TaskName is redundant.
}
Loading