RedundantInputAssignment rule? #105
Closed
a-frantz
started this conversation in
Rule Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the WDL v1.1.1 spec:
I suggest a rule that requires the shorthand form when it's possible. e.g.
{ input: bam = bam }
would result in a lint note suggesting the simplification{ input: bam }
.Beta Was this translation helpful? Give feedback.
All reactions