wdl-analysis 0.19.1

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
9
error: conflicting task name `foo`
   ┌─ tests/analysis/duplicate-task/source.wdl:15:6
   │
 7 │ task foo {
   │      --- the task with the conflicting name is here
   ·
15 │ task foo {
   │      ^^^ this task conflicts with a previously used name