Skip to content

Commit 21ebaff

Browse files
author
Changhwan Choi
committed
Disabled O2 linter
1 parent 0e086fb commit 21ebaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/bjetTaggingGNN.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,5 +499,5 @@ struct BjetTaggingGNN {
499499
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
500500
{
501501
return WorkflowSpec{
502-
adaptAnalysisTask<BjetTaggingGNN>(cfgc, TaskName{"bjet-tagging-gnn"})};
502+
adaptAnalysisTask<BjetTaggingGNN>(cfgc, TaskName{"bjet-tagging-gnn"})}; // o2-linter: disable=name/o2-task
503503
}

0 commit comments

Comments
 (0)