wdl-gauntlet-v0.2.0
a-frantz
released this
31 May 20:19
·
192 commits
to main
since this release
Changed
- Core goal of crate is split in two:
- The goal of (base)
wdl-gauntlet
is to ensure the parsing of syntactically valid WDLs never regresses. - The goal of
wdl-gauntlet --arena
is to test lint rules against WDL "in the wild".
- The goal of (base)
LintWarnings
are ignored (when there is no--arena
flag)- uses
libgit2
(via thegit2
crate) instead of the GitHub REST API (viaoctocrab
andreqwest
crates) - no more persistent cache (Now uses
temp-dir
)
Added
- The
--arena
flag andArena.toml
for lint rule testing - more test repos!
- test repos are tracked at specific commits