wdl-analysis 0.23.0

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: missing version statement
  ┌─ tests/analysis/import-missing-version/foo.wdl:1:1
  │
1 │ workflow test {}
  │ ^ WDL v1.0+ documents must begin with a version statement
  │
  = help: omitting the version statement declares the document as WDL draft-2, which is not supported
  = fix: upgrade WDL draft-2 documents to v1.0 or later

error: imported document is missing a version statement
  ┌─ tests/analysis/import-missing-version/source.wdl:5:8
  │
5 │ import "foo.wdl"
  │        ^^^^^^^^^