Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt
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 DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Use kebab-case for names of workflows and match the name of the workflow file.
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
# All rights not expressly granted are reserved.
#
Expand All @@ -10,27 +10,32 @@
# or submit itself to any jurisdiction.

# TOF
o2physics_add_dpl_workflow(pid-tof-qa

Check failure on line 13 in DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name pid-tof-qa does not match its file name qaPIDTOF.cxx. (Matches pidTofQa.cxx.)
SOURCES qaPIDTOF.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(pid-tof-qa-dynamic

Check failure on line 18 in DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name pid-tof-qa-dynamic does not match its file name qaPIDTOFDynamic.cxx. (Matches pidTofQaDynamic.cxx.)
SOURCES qaPIDTOFDynamic.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(pid-tof-qa-beta

Check failure on line 23 in DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name pid-tof-qa-beta does not match its file name qaPIDTOFBeta.cxx. (Matches pidTofQaBeta.cxx.)
SOURCES qaPIDTOFBeta.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(pid-tof-qa-beta-imp

Check failure on line 28 in DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name pid-tof-qa-beta-imp does not match its file name qaPIDTOFBetaImp.cxx. (Matches pidTofQaBetaImp.cxx.)
SOURCES qaPIDTOFBetaImp.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(pid-tof-qa-mc

Check failure on line 33 in DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name pid-tof-qa-mc does not match its file name qaPIDTOFMC.cxx. (Matches pidTofQaMc.cxx.)
SOURCES qaPIDTOFMC.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(pid-tof-qa-evtime

Check failure on line 38 in DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name pid-tof-qa-evtime does not match its file name qaPIDTOFEvTime.cxx. (Matches pidTofQaEvtime.cxx.)
SOURCES qaPIDTOFEvTime.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)
Loading
Loading