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
Extracted from #2123. Reported by @dreyks.
What about the opposite situation?
v = [1, 2] format('%d%d', *v)
W: Number arguments (1) to format mismatches expected fields (2).
this should probably be ignored too.
The text was updated successfully, but these errors were encountered:
Ok seems like this does the trick #2239
Sorry, something went wrong.
ab7694a
Merge pull request #2239 from dreyks/fix_format_splat
11ac74c
[Fix #2232] Fix false positive in Lint/FormatParameterMismatch for argument with splat operator
No branches or pull requests
Extracted from #2123. Reported by @dreyks.
What about the opposite situation?
this should probably be ignored too.
The text was updated successfully, but these errors were encountered: