Sync MatchingParameterMeta
and InputSorting
fix messages
#379
Labels
MatchingParameterMeta
and InputSorting
fix messages
#379
Currently, if the
input
block is out-of-order and theparameter_meta
block does not match this order, the user gets two conflicting messages about ordering. Both lints should use the same correct ordering in their "fix" message. The logic should be abstracted and probably belongs inwdl-format
.The current logic for sorting
input
block declaration is contained inwdl-lint
here.Before this issue can be resolved, there will need to be architectural changes as
wdl-format
is not currently exposed towdl-lint
. This will be a non-trivial change and will likely need some discussion within the team to get the desired implementation direction.The text was updated successfully, but these errors were encountered: