wdl-grammar-v0.2.0
claymcleod
released this
17 Dec 22:39
·
241 commits
to main
since this release
0.2.0 - 12-17-2023
Added
- Adds lint to suggest replacing curly command blocks (4ee030f).
- Adds the
Pedantic
lint group (bc17014).
Revisions
- Multiple revisions to the inner data model to support the introduction of the
wdl-ast
crate (e2436ce). - Clarifies that whitespace is undesired and not invalid (457c383).
- Increases visibility of
lint
andvalidation
modules (59543c3). - Adds a location, a body, and a fix suggestion to warnings (335afaf).
- Applies
s/message/subject/g
for lint rules (6dce4a2).