We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This should already exist but is not firing in my IDE. I think this is an oversight in the MatchingParameterMeta rule.
MatchingParameterMeta
input declaration and parameter_meta definition should be in the same order. As in, the below should fire a lint note about being "out of order"
workflow foo { parameter_meta { b: "The second input" a: "The first input" } input { Int a Int b } }
The text was updated successfully, but these errors were encountered:
@a-frantz can i give a try to resolve this?
Sorry, something went wrong.
Fix lint warning for parameter_meta order stjude-rust-labs#259
58cb803
Successfully merging a pull request may close this issue.
This should already exist but is not firing in my IDE. I think this is an oversight in the
MatchingParameterMeta
rule.input declaration and parameter_meta definition should be in the same order. As in, the below should fire a lint note about being "out of order"
The text was updated successfully, but these errors were encountered: