You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently a missing_call_inputerror diagnostic for when a workflow call doesn't specify every required input. This does not emit if the workflow's meta section has allowNestedInputs: true. Allowing nested inputs prevents this case from being an error, but it should still be warned on (and optionally excepted). IMO this fits within the wdl-analysis crate as opposed to the wdl-lint crate.
The text was updated successfully, but these errors were encountered:
There is currently a
missing_call_input
error diagnostic for when a workflow call doesn't specify every required input. This does not emit if the workflow'smeta
section hasallowNestedInputs: true
. Allowing nested inputs prevents this case from being an error, but it should still be warned on (and optionallyexcept
ed). IMO this fits within thewdl-analysis
crate as opposed to thewdl-lint
crate.The text was updated successfully, but these errors were encountered: