wdl-analysis 0.24.0

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
error: indexing is only allowed on `Array` and `Map` types
  ┌─ tests/analysis/index-target-not-array/source.wdl:9:16
  │
9 │     String x = a[0]
  │                ^ this is type `String`