wdl-analysis 0.24.0

Analysis of Workflow Description Language (WDL) documents.
Documentation
note[KnownRules]: unknown rule `UnusedKall`
  ┌─ tests/analysis/known-rules/source.wdl:1:12
  │
1 │ #@ except: UnusedKall, ThisIsNotARealRule, UnusedInput
  │            ^^^^^^^^^^ cannot make an exception for this rule
  │
  = fix: did you mean `UnusedCall`?

note[KnownRules]: unknown rule `ThisIsNotARealRule`
  ┌─ tests/analysis/known-rules/source.wdl:1:24
  │
1 │ #@ except: UnusedKall, ThisIsNotARealRule, UnusedInput
  │                        ^^^^^^^^^^^^^^^^^^ cannot make an exception for this rule
  │
  = fix: remove the unknown rule from the exception list

note[KnownRules]: unknown rule `MetaSections`
  ┌─ tests/analysis/known-rules/source.wdl:6:12
  │
6 │ #@ except: MetaSections,
  │            ^^^^^^^^^^^^ cannot make an exception for this rule
  │
  = fix: remove the unknown rule from the exception list