wdl-analysis 0.19.1

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
error: this use of function `contains` requires a minimum WDL version of 1.2
  ┌─ tests/analysis/unsupported-function/source.wdl:6:17
  │
6 │     Boolean x = contains(["foo"], "foo")
  │                 ^^^^^^^^