wdl-analysis 0.24.0

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