wdl-analysis 0.21.0

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
9
warning[MisleadingDeclarationOrder]: variable declaration appears after the `command` section
   ┌─ tests/analysis/declaration-order/source.wdl:10:12
   │
10 │     String name = "World"
   │            ^^^^
   │
   = help: this is visually misleading; tasks are evaluated in dependency order, not top-to-bottom
   = fix: move the declaration of `name` above the `command` section