wdl-analysis 0.24.0

Analysis of Workflow Description Language (WDL) documents.
Documentation
error: task `t` contains a duplicate metadata section
  ┌─ tests/validation/duplicate-meta/source.wdl:8:5
  │
6 │     meta {}
  │     ---- first metadata section is defined here
7 │ 
8 │     meta {}
  │     ^^^^ this metadata section is a duplicate

error: conflicting task name `t`
   ┌─ tests/validation/duplicate-meta/source.wdl:14:6
   │
 5 │ task t {
   │      - the task with the conflicting name is here
   ·
14 │ task t {
   │      ^ this task conflicts with a previously used name

error: workflow `w` contains a duplicate metadata section
   ┌─ tests/validation/duplicate-meta/source.wdl:25:5
   │
23 │     meta {}
   │     ---- first metadata section is defined here
24 │ 
25 │     meta {}
   │     ^^^^ this metadata section is a duplicate

error: struct `X` contains a duplicate metadata section
   ┌─ tests/validation/duplicate-meta/source.wdl:33:5
   │
31 │     meta {}
   │     ---- first metadata section is defined here
32 │ 
33 │     meta {}
   │     ^^^^ this metadata section is a duplicate